Class JButtonHpr<T extends javax.swing.JButton>
- 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.AbstractButtonHpr<T>
- 
- com.inductiveautomation.snap.swing.helpers.JButtonHpr<T>
 
 
 
 
 
 
- 
 public class JButtonHpr<T extends javax.swing.JButton> extends AbstractButtonHpr<T> JButtonHpr.
- 
- 
Constructor SummaryConstructors Constructor Description JButtonHpr()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAction(T aButton)Returns the action for a node.voidsetAction(T aButton, java.lang.String anAction)Sets the action for a node.- 
Methods inherited from class com.inductiveautomation.snap.swing.helpers.AbstractButtonHprgetHorizontalAlignment, getHorizontalTextPosition, getIcon, getIconTextGap, getPropertyNameMapped, getText, getVerticalAlignment, getVerticalTextPosition, initUI, setHorizontalAlignment, setHorizontalTextPosition, setIcon, setIconTextGap, setVerticalAlignment, setVerticalTextPosition
 - 
Methods inherited from class com.inductiveautomation.snap.swing.helpers.LabeledHprgetChildCount, getPropertyNamesImpl
 - 
Methods inherited from class com.inductiveautomation.snap.swing.helpers.JComponentHpraddBinding, createEventAdapter, getAutosizing, getBinding, getBindingCount, getBindings, getChangeListener, getChild, getConstraints, getEventAdapter, getName, getOwner, getParent, getSendActionOnFocusLost, getSendActionOnFocusLostDefault, isEnabled, removeBinding, setConstraints, setEnabled, setOwner, setSendActionOnFocusLost
 - 
Methods inherited from class com.inductiveautomation.snap.swing.SwingHelpergetHelper, getSwingHelper, getSwingHelper
 - 
Methods inherited from class com.inductiveautomation.snap.ui.UIHelperenableEvents, getBinding, getChild, getItemDisplayKey, getItems, getKeyValue, getPropertyNames, getSelectedIndex, getSelectedIndexes, getSelectedIndexs, getSelectedItem, getValue, initUIDeep, isEnabled, isPropertyName, isValueAdjusting, removeBinding, setEnabled, setItemDisplayKey, setItems, setItems, setKeyValue, setSelectedIndex, setSelectedIndexes, setSelectedItem, setText, setValue
 
- 
 
- 
- 
- 
Method Detail- 
getActionpublic java.lang.String getAction(T aButton) Returns the action for a node.
 
- 
 
-