| Package | Description |
|---|---|
| de.agilecoders.wicket.markup.html.bootstrap.form |
| Modifier and Type | Method and Description |
|---|---|
static InputBehavior.Size |
InputBehavior.Size.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputBehavior.Size[] |
InputBehavior.Size.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Typeahead<T> |
Typeahead.size(InputBehavior.Size size)
sets the size of textfield
|
InputBehavior |
InputBehavior.size(InputBehavior.Size size)
sets the size of input tag
|
| Constructor and Description |
|---|
InputBehavior(InputBehavior.Size size)
Construct.
|
Copyright © 2013 agilecoders.de. All Rights Reserved.