public final class Buttons extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Buttons.Orientation
Make a set of buttons appear vertically or horizontally stacked.
|
static class |
Buttons.Size
defines all possible sizes of a button element.
|
static class |
Buttons.Type
defines all possible button types.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
fixDisabledState(org.apache.wicket.Component component,
org.apache.wicket.markup.ComponentTag tag)
HACK issue #79: wicket changes tag name if component wasn't enabled
|
static void |
onComponentTag(org.apache.wicket.Component component,
org.apache.wicket.markup.ComponentTag tag,
ICssClassNameProvider... classNameProviders)
helper method that adds all necessary css styles to given component tag.
|
public static void fixDisabledState(org.apache.wicket.Component component,
org.apache.wicket.markup.ComponentTag tag)
component - the component to fixtag - the component tagpublic static void onComponentTag(org.apache.wicket.Component component,
org.apache.wicket.markup.ComponentTag tag,
ICssClassNameProvider... classNameProviders)
component - the component to which given tag belongs, needed because of enabled statetag - the component tagclassNameProviders - all css class names to addCopyright © 2013 agilecoders.de. All Rights Reserved.