public final class UIButtonLayout extends Object
UIButtonSpec| Modifier and Type | Field and Description | 
|---|---|
| static UIButtonLayout | ICON_ONLYOnly the icon is displayed in the button. | 
| static UIButtonLayout | TEXT_AND_ICON_LEFTThe text and the icon are both displayed. | 
| static UIButtonLayout | TEXT_AND_ICON_RIGHTThe text and the icon are both displayed. | 
| static UIButtonLayout | TEXT_ONLYOnly the text is displayed in the button. | 
public static final UIButtonLayout TEXT_ONLY
public static final UIButtonLayout ICON_ONLY
public static final UIButtonLayout TEXT_AND_ICON_LEFT
public static final UIButtonLayout TEXT_AND_ICON_RIGHT