Package com.inductiveautomation.rm.swing
Class RJMenuButton.Helper<T extends RJMenuButton>
java.lang.Object
com.inductiveautomation.snap.ui.UIHelper<T>
com.inductiveautomation.snap.swing.SwingHelper<T>
com.inductiveautomation.snap.swing.helpers.JComponentHpr<T>
com.inductiveautomation.snap.swing.helpers.LabeledHpr<T>
com.inductiveautomation.snap.swing.helpers.JLabelHpr<T>
com.inductiveautomation.rm.swing.RJMenuButton.Helper<T>
- Enclosing class:
- RJMenuButton
Implements Ribs helpers methods for RJMenuButton.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the MenuButton child component at the given index.intgetChildCount(T aMenuButton) Returns the MenuButton child component count.Methods inherited from class com.inductiveautomation.snap.swing.helpers.JLabelHprgetHorizontalAlignment, getHorizontalTextPosition, getIcon, getIconTextGap, getPropertyNameMapped, getVerticalAlignment, getVerticalTextPosition, setHorizontalAlignment, setHorizontalTextPosition, setIcon, setIconTextGap, setVerticalAlignment, setVerticalTextPositionMethods inherited from class com.inductiveautomation.snap.swing.helpers.LabeledHprgetPropertyNamesImplMethods inherited from class com.inductiveautomation.snap.swing.helpers.JComponentHpraddBinding, createEventAdapter, getAutosizing, getBinding, getBindingCount, getBindings, getChangeListener, getConstraints, getEventAdapter, getName, getOwner, getParent, getSendActionOnFocusLost, getSendActionOnFocusLostDefault, initUI, isEnabled, removeBinding, setConstraints, setEnabled, setOwner, setSendActionOnFocusLostMethods inherited from class com.inductiveautomation.snap.swing.SwingHelpergetHelper, getSwingHelper, getSwingHelperMethods inherited from class com.inductiveautomation.snap.ui.UIHelperenableEvents, getAction, getBinding, getChild, getItemDisplayKey, getItems, getKeyValue, getPropertyNames, getSelectedIndex, getSelectedIndexes, getSelectedIndexs, getSelectedItem, getText, getValue, initUIDeep, isEnabled, isPropertyName, isValueAdjusting, removeBinding, setAction, setEnabled, setItemDisplayKey, setItems, setItems, setKeyValue, setSelectedIndex, setSelectedIndexes, setSelectedItem, setText, setValue
- 
Constructor Details- 
Helperpublic Helper()
 
- 
- 
Method Details- 
getChildCountReturns the MenuButton child component count.- Overrides:
- getChildCountin class- LabeledHpr<T extends RJMenuButton>
 
- 
getChildReturns the MenuButton child component at the given index.- Overrides:
- getChildin class- JComponentHpr<T extends RJMenuButton>
 
 
-