Uses of Class
org.odlabs.wiquery.ui.themes.UiIcon

Packages that use UiIcon
org.odlabs.wiquery.ui.accordion   
org.odlabs.wiquery.ui.button   
org.odlabs.wiquery.ui.themes   
 

Uses of UiIcon in org.odlabs.wiquery.ui.accordion
 

Methods in org.odlabs.wiquery.ui.accordion with parameters of type UiIcon
 Accordion Accordion.setIcons(UiIcon header, UiIcon headerSelected)
          Icons to use for headers.
 

Constructors in org.odlabs.wiquery.ui.accordion with parameters of type UiIcon
AccordionIcon(UiIcon header, UiIcon headerSelected)
          Constructor
 

Uses of UiIcon in org.odlabs.wiquery.ui.button
 

Methods in org.odlabs.wiquery.ui.button with parameters of type UiIcon
 ButtonBehavior ButtonBehavior.setIcons(UiIcon primary, UiIcon secondary)
          * Icons to display, with or without text (see text option).
 

Constructors in org.odlabs.wiquery.ui.button with parameters of type UiIcon
ButtonIcon(UiIcon primary, UiIcon secondary)
          Constructor accepting enumeration.
 

Uses of UiIcon in org.odlabs.wiquery.ui.themes
 

Methods in org.odlabs.wiquery.ui.themes that return UiIcon
static UiIcon UiIcon.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UiIcon[] UiIcon.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odlabs.wiquery.ui.themes with parameters of type UiIcon
static void ThemeUiHelper.iconComponent(org.apache.wicket.Component component, UiIcon icon)
          Method to display your composant as an icon
 



Copyright © 2012. All Rights Reserved.