psdi.webclient.controls

Class AppBar

  • All Implemented Interfaces:
    java.lang.Cloneable


    public class AppBar
    extends ControlInstance
    • Constructor Detail

      • AppBar

        public AppBar()
    • Method Detail

      • getProperty

        public java.lang.String getProperty(java.lang.String prop)
        Description copied from class: ControlInstance
        Change get properties method: get descriptor's property, if not there throw InvalidPropertyException (print stack trace) if the property is in the control's properties, return it if it's null (not returned from the control) and the descriptor property is global, ask parent if parent != null
        Overrides:
        getProperty in class ControlInstance
        Returns:
        the property, or null if key is not found or if it is found empty
      • setMenuBar

        public void setMenuBar(MenuBar menuBar)