|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.odlabs.wiquery.ui.themes.ThemeUiHelper
public abstract class ThemeUiHelper
$Id$
Helper to decorate your Wicket component with the theme of the jQuery UI framework
Nested Class Summary | |
---|---|
static class |
ThemeUiHelper.IconEnum
Deprecated. use UiIcon instead |
Constructor Summary | |
---|---|
ThemeUiHelper()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThemeUiHelper()
Method Detail |
---|
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
Component
component
- Wicket component
public 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |