Class RMViewerOwnerJHpr<T extends JComponentShape>
java.lang.Object
com.inductiveautomation.snap.ui.UIHelper<T>
com.inductiveautomation.rm.viewer.RMViewerOwnerHpr<T>
com.inductiveautomation.rm.viewer.RMViewerOwnerJHpr<T>
A RibsHelper implementation for JComponentShape.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintgetSelectedIndex(T aShape) Returns the selected index property of given object.getSelectedItem(T aShape) Returns the selected object property of given object.Returns the text property of given object.voidOverride to forward to component helper.booleanisEnabled(T aShape, UIEvent.Type aType) Returns whether given event is enabled.voidsetEnabled(T aShape, UIEvent.Type aType, boolean aValue) Sets whether given event is enabled.voidsetSelectedIndex(T aShape, int aValue) Sets the selected index property of given object to given value.voidsetSelectedItem(T aShape, Object aValue) Sets the selected object property of given object to given value.voidSets the text property of given object to given string.Methods inherited from class com.inductiveautomation.rm.viewer.RMViewerOwnerHpraddBinding, getBinding, getBindingCount, getChild, getChildCount, getHelper, GetHelper, getName, getOwner, getParent, getPropertyNameMapped, getPropertyNames, removeBinding, setOwner, setValueMethods inherited from class com.inductiveautomation.snap.ui.UIHelperenableEvents, getAction, getBinding, getChild, getItemDisplayKey, getItems, getKeyValue, getPropertyNamesImpl, getSelectedIndexes, getSelectedIndexs, getValue, initUIDeep, isEnabled, isPropertyName, isValueAdjusting, removeBinding, setAction, setEnabled, setItemDisplayKey, setItems, setItems, setKeyValue, setSelectedIndexes
- 
Constructor Details- 
RMViewerOwnerJHprpublic RMViewerOwnerJHpr()
 
- 
- 
Method Details- 
initUIOverride to forward to component helper.- Overrides:
- initUIin class- UIHelper<T extends JComponentShape>
 
- 
getTextReturns the text property of given object.- Overrides:
- getTextin class- UIHelper<T extends JComponentShape>
 
- 
setTextSets the text property of given object to given string.- Overrides:
- setTextin class- UIHelper<T extends JComponentShape>
 
- 
getSelectedIndexReturns the selected index property of given object.- Overrides:
- getSelectedIndexin class- UIHelper<T extends JComponentShape>
 
- 
setSelectedIndexSets the selected index property of given object to given value.- Overrides:
- setSelectedIndexin class- UIHelper<T extends JComponentShape>
 
- 
getSelectedItemReturns the selected object property of given object.- Overrides:
- getSelectedItemin class- UIHelper<T extends JComponentShape>
 
- 
setSelectedItemSets the selected object property of given object to given value.- Overrides:
- setSelectedItemin class- UIHelper<T extends JComponentShape>
 
- 
isEnabledReturns whether given event is enabled.- Overrides:
- isEnabledin class- RMViewerOwnerHpr<T extends JComponentShape>
 
- 
setEnabledSets whether given event is enabled.- Overrides:
- setEnabledin class- RMViewerOwnerHpr<T extends JComponentShape>
 
 
-