psdi.webclient.controls

Class DojoTreeNodeContextMenu

  • All Implemented Interfaces:
    java.lang.Cloneable


    public class DojoTreeNodeContextMenu
    extends ControlInstance
    • Field Detail

      • DOJO_TREENODE_CONTEXTMENU_LABEL

        public static final java.lang.String DOJO_TREENODE_CONTEXTMENU_LABEL
        See Also:
        Constant Field Values
      • DOJO_TREENODE_CONTEXTMENU_MXEVENT

        public static final java.lang.String DOJO_TREENODE_CONTEXTMENU_MXEVENT
        See Also:
        Constant Field Values
      • DOJO_TREENODE_CONTEXTMENU_EVENTVALUE

        public static final java.lang.String DOJO_TREENODE_CONTEXTMENU_EVENTVALUE
        See Also:
        Constant Field Values
      • DOJO_TREENODE_CONTEXTMENU_ICON

        public static final java.lang.String DOJO_TREENODE_CONTEXTMENU_ICON
        See Also:
        Constant Field Values
    • Constructor Detail

      • DojoTreeNodeContextMenu

        public DojoTreeNodeContextMenu()
    • Method Detail

      • toJSON

        public com.ibm.json.java.JSONObject toJSON()
      • sigOptionCheck

        protected void sigOptionCheck()
        Checks to see if the control's sigoption property is set. If it is, then access is checked for the sigoption. If the user desn't have access then the control's visibility is set to false, and inputmode changed to masked. The the user has privileges for the sigoption, then the method looks to see if there are any conditional properties associated with the sigoption and sets them on it's instance.
        Overrides:
        sigOptionCheck in class ControlInstance