Class VSGroup

    • Constructor Detail

      • VSGroup

        public VSGroup()
        Creates a VirtualSpace Group property with the specified name with a null value.
      • VSGroup

        public VSGroup​(Atom propertyAtom)
        Creates a VirtualSpace Group property with the specified name with a null value.
        Parameters:
        propertyAtom - the property atom.
    • Method Detail

      • getComponentIsHidden

        public java.lang.String getComponentIsHidden()
        Gets the focus message for "Component is hidden" but for the component in question.
        Specified by:
        getComponentIsHidden in class VSComponent
      • getComponentIsDisabled

        public java.lang.String getComponentIsDisabled()
        Gets the focus message for "Component is disabled" but for the component in question.
        Specified by:
        getComponentIsDisabled in class VSComponent
      • onParentStateChanged

        public void onParentStateChanged​(IVSComponent parent,
                                         IVSComponentState.State state,
                                         boolean stateValue)
        Invokes the parent state notification function for the component.
        Parameters:
        parent - The parent who's state was changed.
        state - The state that changed.
        stateValue - The new state value.