| Package | Description |
|---|---|
| com.helger.bootstrap3.form |
| Modifier and Type | Method and Description |
|---|---|
EBootstrapFormType |
BootstrapForm.getFormType() |
static EBootstrapFormType |
EBootstrapFormType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapFormType[] |
EBootstrapFormType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BootstrapForm |
BootstrapForm.setFormType(EBootstrapFormType eFormType) |
| Constructor and Description |
|---|
BootstrapForm(EBootstrapFormType eFormType) |
BootstrapForm(com.helger.commons.url.ISimpleURL aAction,
EBootstrapFormType eFormType) |
BootstrapForm(String sAction,
EBootstrapFormType eFormType) |
Copyright © 2014–2015 Philip Helger. All rights reserved.