Uses of Class
org.odlabs.wiquery.ui.button.ButtonBehavior

Packages that use ButtonBehavior
org.odlabs.wiquery.ui.button   
 

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

Methods in org.odlabs.wiquery.ui.button that return ButtonBehavior
 ButtonBehavior ButtonBehavior.setDisabled(boolean disabled)
          Disables (true) or enables (false) the button.
 ButtonBehavior ButtonBehavior.setIcons(ButtonIcon icons)
          Icons to display, with or without text (see text option).
 ButtonBehavior ButtonBehavior.setIcons(UiIcon primary, UiIcon secondary)
          * Icons to display, with or without text (see text option).
 ButtonBehavior ButtonBehavior.setLabel(org.apache.wicket.model.IModel<String> label)
          Text to show on the button.
 ButtonBehavior ButtonBehavior.setLabel(String label)
          Text to show on the button.
 ButtonBehavior ButtonBehavior.setText(boolean text)
          Whether to show any text - when set to false (display no text), icons (see icons option) must be enabled, otherwise it'll be ignored.
 



Copyright © 2012. All Rights Reserved.