Uses of Class
org.jvnet.flamingo.common.JCommandButton.CommandButtonPopupOrientationKind

Packages that use JCommandButton.CommandButtonPopupOrientationKind
org.jvnet.flamingo.common   
org.jvnet.flamingo.utils   
 

Uses of JCommandButton.CommandButtonPopupOrientationKind in org.jvnet.flamingo.common
 

Methods in org.jvnet.flamingo.common that return JCommandButton.CommandButtonPopupOrientationKind
 JCommandButton.CommandButtonPopupOrientationKind JCommandButton.getPopupOrientationKind()
          Returns the popup orientation kind of this button.
static JCommandButton.CommandButtonPopupOrientationKind JCommandButton.CommandButtonPopupOrientationKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JCommandButton.CommandButtonPopupOrientationKind[] JCommandButton.CommandButtonPopupOrientationKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jvnet.flamingo.common with parameters of type JCommandButton.CommandButtonPopupOrientationKind
 void JCommandButton.setPopupOrientationKind(JCommandButton.CommandButtonPopupOrientationKind popupOrientationKind)
          Sets the popup orientation for this button.
 

Uses of JCommandButton.CommandButtonPopupOrientationKind in org.jvnet.flamingo.utils
 

Methods in org.jvnet.flamingo.utils with parameters of type JCommandButton.CommandButtonPopupOrientationKind
static ResizableIcon FlamingoUtilities.getCommandButtonPopupActionIcon(JCommandButton.CommandButtonPopupOrientationKind popupOrientationKind)
          Returns a popup action icon for command buttons.