public abstract class ThemeUiHelper extends Object
Helper to decorate your Wicket component with the theme of the jQuery UI framework
| Modifier and Type | Class and Description |
|---|---|
static class |
ThemeUiHelper.IconEnum
Deprecated.
use UiIcon instead
|
| Constructor and Description |
|---|
ThemeUiHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
buttonRounded(org.apache.wicket.Component component)
Method to decorate your button
|
static void |
buttonRoundedFocused(org.apache.wicket.Component component)
Method to decorate your button
|
static void |
componentRounded(org.apache.wicket.Component component)
Method to decorate your container (div, span ...)
|
static void |
errorText(org.apache.wicket.Component component)
Method to display into your component an error text
|
static void |
headerComponent(org.apache.wicket.Component component)
Styles the given
Component as a jQuery UI header. |
static void |
highlightedText(org.apache.wicket.Component component)
Method to display into your component a highlighted text
|
static JsStatement |
hover(org.apache.wicket.Component component)
Method to get the
JsStatement to insert the hover style on your
Component |
static void |
hover(org.apache.wicket.Component component,
org.apache.wicket.ajax.AjaxRequestTarget ajaxRequestTarget)
Method to insert the the hover style into the Ajax transaction
|
static void |
iconComponent(org.apache.wicket.Component component,
ThemeUiHelper.IconEnum iconEnum)
Method to display your composant as an icon
|
static void |
iconComponent(org.apache.wicket.Component component,
UiIcon icon)
Method to display your composant as an icon
|
static void |
overlayComponent(org.apache.wicket.Component component)
Method to display a component as an overlay
|
static void |
shadowComponent(org.apache.wicket.Component component)
Styles the given
Component as a jQuery UI shadow. |
static void |
titleComponent(org.apache.wicket.Component component)
Method to display a component as a title
|
public static void errorText(org.apache.wicket.Component component)
component - Wicket componentpublic static void buttonRounded(org.apache.wicket.Component component)
component - Wicket componentpublic static void buttonRoundedFocused(org.apache.wicket.Component component)
component - Wicket componentpublic static void componentRounded(org.apache.wicket.Component component)
component - Wicket componentpublic static void highlightedText(org.apache.wicket.Component component)
component - Wicket componentpublic static JsStatement hover(org.apache.wicket.Component component)
JsStatement to insert the hover style on your
Componentcomponent - Wicket componentpublic static void hover(org.apache.wicket.Component component,
org.apache.wicket.ajax.AjaxRequestTarget ajaxRequestTarget)
component - Wicket componentajaxRequestTarget - Ajax transactionpublic static void iconComponent(org.apache.wicket.Component component,
ThemeUiHelper.IconEnum iconEnum)
component - Wicket componenticonEnum - Icon to displaypublic static void iconComponent(org.apache.wicket.Component component,
UiIcon icon)
component - Wicket componenticonEnum - Icon to displaypublic static void overlayComponent(org.apache.wicket.Component component)
component - Wicket componentpublic static void titleComponent(org.apache.wicket.Component component)
component - Wicket componentpublic static void headerComponent(org.apache.wicket.Component component)
Component as a jQuery UI header.public static void shadowComponent(org.apache.wicket.Component component)
Component as a jQuery UI shadow.Copyright © 2009-2012. All Rights Reserved.