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