LexBuild

GUI Objects

I. Introduction
  • Commonly used GUI components are implemented as java objects in /src/global

II. GUI Components

  • checkBoxObject.java
    • Example: Item 0 Item 1 Item 2
    • MethodDescriptionpageValue
      setCheckFlags( )
      getCheckFlags( )
      set and get all flags of checked itemssetFlags()
      getFlags()
      view( )draw the checkbox GUI componentN/A

  • checkBoxWTextObject.java
    • Example:
      CheckSubTitle
      Select 0
      Select 1
      Select 2
    • MethodDescriptionpageValue
      setSelectStr( )
      getSelectStr( )
      set and get selected StrsetValue()
      getValue()
      setCheckFlags( )
      getCheckFlags( )
      set and get all flags of checked itemssetFlags()
      getFlags()
      view( )draw the combined checkbox, text, buttons GUI componentN/A

  • errMsgObject.java
    • Example: -->Error Msg

      MethodDescriptionpageValue
      setShow( )
      getShow( )
      set and get show flag of errMsgsetFlag()
      getFlag()
      setMsg( )
      getMsg( )
      set and get show errMsgsetValue()
      getValue()
      view( )draw the Err message GUI componentN/A

  • radioObject.java
    • Example: Item 0 Item 1 Item 2
    • MethodDescriptionpageValue
      setSelectIndex( )
      getSelectIndex( )
      set and get index of checked itemsetIndex()
      getIndex()
      view( )draw the radio GUI componentN/A

  • selectObject.java
    • Example:
    • MethodDescriptionpageValue
      setSelectIndex( )
      getSelectIndex( )
      set and get index of selected itemsetIndex()
      getIndex()
      view( )draw the select GUI componentN/A

  • textObject.java
    • Example:
    • MethodDescriptionpageValue
      setValue( )
      getValue( )
      set and get value of textsetValue()
      getValue()
      setStatus( )
      getStatus( )
      false|warning for errorMsg and warningMsgsetFlag()
      getFlag()
      view( )draw the text input GUI componentN/A

  • showButtonObject.java
    • Example:
    • MethodDescriptionpageValue
      setValue( )
      getValue( )
      set and get value for Show|Hide the buttonN/A
      setIdName( )
      getIdName( )
      set and get value for ID NamesetValue( )
      getValue( )
      view( )draw the submit button GUI componentN/A