Class JToggleButtonHpr<T extends javax.swing.JToggleButton>
- 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.JToggleButtonHpr<T>
 
 
 
 
 
 
- 
 public class JToggleButtonHpr<T extends javax.swing.JToggleButton> extends AbstractButtonHpr<T> JToggleButtonHpr.
- 
- 
Constructor SummaryConstructors Constructor Description JToggleButtonHpr()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<java.lang.String>getPropertyNamesImpl(T anObj)Returns the property names for given object.voidsetValue(T anObj, java.lang.String aPropertyName, java.lang.Object aValue)Sets an object's value for given property name.- 
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
 - 
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, getAction, getBinding, getChild, getItemDisplayKey, getItems, getKeyValue, getPropertyNames, getSelectedIndex, getSelectedIndexes, getSelectedIndexs, getSelectedItem, getValue, initUIDeep, isEnabled, isPropertyName, isValueAdjusting, removeBinding, setAction, setEnabled, setItemDisplayKey, setItems, setItems, setKeyValue, setSelectedIndex, setSelectedIndexes, setSelectedItem, setText
 
- 
 
- 
- 
- 
Method Detail- 
getPropertyNamesImplprotected java.util.List<java.lang.String> getPropertyNamesImpl(T anObj) Returns the property names for given object.- Overrides:
- getPropertyNamesImplin class- LabeledHpr<T extends javax.swing.JToggleButton>
 
 
- 
 
-