Class RMViewerOwnerHpr<T extends RMShape>
java.lang.Object
com.inductiveautomation.snap.ui.UIHelper<T>
com.inductiveautomation.rm.viewer.RMViewerOwnerHpr<T>
- Direct Known Subclasses:
- RMViewerOwnerJHpr
A RibsHelper implementation for RMShape.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddBinding(T aShape, Binding aBinding) Adds the individual binding at the given index to given display object.getBinding(T aShape, int anIndex) Returns the individual binding at the given index for given display object.intgetBindingCount(T aShape) Returns the number of bindings associated with given display object.Returns the individual child object for given display object and index.intgetChildCount(T aShape) Returns the number of children for given shape.Return helper.static UIHelperOverride.Returns the name of the given shape.Returns given display object's owner.Returns the parent object for given object.getPropertyNameMapped(T aShape, String aName) Returns mapped property name for shape.getPropertyNames(T aShape) Returns the property names for given shape.booleanisEnabled(T aShape, UIEvent.Type aType) Returns whether given event is enabled.removeBinding(T aShape, int anIndex) Removes the binding at the given index from given display object.voidsetEnabled(T aShape, UIEvent.Type aType, boolean aValue) Sets whether given event is enabled.voidSets given display object's owner.voidOverride to call RMShape.repaint().Methods inherited from class com.inductiveautomation.snap.ui.UIHelperenableEvents, getAction, getBinding, getChild, getItemDisplayKey, getItems, getKeyValue, getPropertyNamesImpl, getSelectedIndex, getSelectedIndexes, getSelectedIndexs, getSelectedItem, getText, getValue, initUI, initUIDeep, isEnabled, isPropertyName, isValueAdjusting, removeBinding, setAction, setEnabled, setItemDisplayKey, setItems, setItems, setKeyValue, setSelectedIndex, setSelectedIndexes, setSelectedItem, setText
- 
Constructor Details- 
RMViewerOwnerHprpublic RMViewerOwnerHpr()
 
- 
- 
Method Details- 
getNameReturns the name of the given shape.
- 
getOwnerReturns given display object's owner.
- 
setOwnerSets given display object's owner.
- 
getParentReturns the parent object for given object.
- 
getChildCountReturns the number of children for given shape.- Specified by:
- getChildCountin class- UIHelper<T extends RMShape>
 
- 
getChildReturns the individual child object for given display object and index.
- 
getPropertyNamesReturns the property names for given shape.- Overrides:
- getPropertyNamesin class- UIHelper<T extends RMShape>
 
- 
getPropertyNameMappedReturns mapped property name for shape.- Overrides:
- getPropertyNameMappedin class- UIHelper<T extends RMShape>
 
- 
getBindingCountReturns the number of bindings associated with given display object.- Overrides:
- getBindingCountin class- UIHelper<T extends RMShape>
 
- 
getBindingReturns the individual binding at the given index for given display object.- Overrides:
- getBindingin class- UIHelper<T extends RMShape>
 
- 
addBindingAdds the individual binding at the given index to given display object.- Overrides:
- addBindingin class- UIHelper<T extends RMShape>
 
- 
removeBindingRemoves the binding at the given index from given display object.- Overrides:
- removeBindingin class- UIHelper<T extends RMShape>
 
- 
setValueOverride to call RMShape.repaint().
- 
isEnabledReturns whether given event is enabled.
- 
setEnabledSets whether given event is enabled.- Specified by:
- setEnabledin class- UIHelper<T extends RMShape>
 
- 
getHelperReturn helper.
- 
GetHelperOverride.
 
-