Interface Formedit

All Superinterfaces:
Serializable
All Known Implementing Classes:
FormeditImpl

public interface Formedit extends Serializable
The Interface Formedit.
  • Method Details

    • getPrintvisible

      int getPrintvisible()
      Gets the printvisible.
      Returns:
      the printvisible
    • setPrintvisible

      void setPrintvisible(int printvisible)
      Sets the printvisible.
      Parameters:
      printvisible - the printvisible to set
    • getRequired

      int getRequired()
      Gets the required.
      Returns:
      the required
    • setRequired

      void setRequired(int required)
      Sets the required.
      Parameters:
      required - the required to set
    • getPassword

      int getPassword()
      Gets the password.
      Returns:
      the password
    • setPassword

      void setPassword(int password)
      Sets the password.
      Parameters:
      password - the password to set
    • getReadonly

      int getReadonly()
      Gets the readonly.
      Returns:
      the readonly
    • setReadonly

      void setReadonly(int readonly)
      Sets the readonly.
      Parameters:
      readonly - the readonly to set
    • getMultiline

      int getMultiline()
      Gets the multiline.
      Returns:
      the multiline
    • setMultiline

      void setMultiline(int multiline)
      Sets the multiline.
      Parameters:
      multiline - the multiline to set
    • getScrollable

      int getScrollable()
      Gets the scrollable.
      Returns:
      the scrollable
    • setScrollable

      void setScrollable(int scrollable)
      Sets the scrollable.
      Parameters:
      scrollable - the scrollable to set
    • getFont

      String getFont()
      Gets the font.
      Returns:
      the font
    • setFont

      void setFont(String font)
      Sets the font.
      Parameters:
      font - the font to set
    • getFontsize

      double getFontsize()
      Gets the fontsize.
      Returns:
      the fontsize
    • setFontsize

      void setFontsize(double fontsize)
      Sets the fontsize.
      Parameters:
      fontsize - the fontsize to set
    • getExportvalue

      String getExportvalue()
      Gets the exportvalue.
      Returns:
      the exportvalue
    • setExportvalue

      void setExportvalue(String exportvalue)
      Sets the exportvalue.
      Parameters:
      exportvalue - the exportvalue to set
    • getDefaultSelected

      int getDefaultSelected()
      Gets the default selected.
      Returns:
      the defaultSelected
    • setDefaultSelected

      void setDefaultSelected(int defaultSelected)
      Sets the default selected.
      Parameters:
      defaultSelected - the defaultSelected to set
    • getDefaultValue

      String getDefaultValue()
      Gets the default value.
      Returns:
      the defaultValue
    • setDefaultValue

      void setDefaultValue(String defaultValue)
      Sets the default value.
      Parameters:
      defaultValue - the defaultValue to set
    • getListMultiselect

      int getListMultiselect()
      Gets the list multiselect.
      Returns:
      the listMultiselect
    • setListMultiselect

      void setListMultiselect(int listMultiselect)
      Sets the list multiselect.
      Parameters:
      listMultiselect - the listMultiselect to set
    • getListEditable

      int getListEditable()
      Gets the list editable.
      Returns:
      the listEditable
    • setListEditable

      void setListEditable(int listEditable)
      Sets the list editable.
      Parameters:
      listEditable - the listEditable to set
    • getListSort

      int getListSort()
      Gets the list sort.
      Returns:
      the listSort
    • setListSort

      void setListSort(int listSort)
      Sets the list sort.
      Parameters:
      listSort - the listSort to set
    • getListEntries

      String getListEntries()
      Gets the list entries.
      Returns:
      the listEntries
    • setListEntries

      void setListEntries(String listEntries)
      Sets the list entries.
      Parameters:
      listEntries - the listEntries to set
    • getTabOrder

      int getTabOrder()
      Gets the tab order.
      Returns:
      the tabOrder
    • setTabOrder

      void setTabOrder(int tabOrder)
      Sets the tab order.
      Parameters:
      tabOrder - the tabOrder to set
    • getArticleOrder

      int getArticleOrder()
      Gets the article order.
      Returns:
      the articleOrder
    • setArticleOrder

      void setArticleOrder(int articleOrder)
      Sets the article order.
      Parameters:
      articleOrder - the articleOrder to set
    • getTooltip

      String getTooltip()
      Gets the tooltip.
      Returns:
      the tooltip
    • setTooltip

      void setTooltip(String tooltip)
      Sets the tooltip.
      Parameters:
      tooltip - the tooltip to set
    • getActions

      List<Action> getActions()
      Action Gets the actions list.
      Returns:
      the actions list
      See Also:
    • setActions

      void setActions(List<Action> actions)
      Action Sets the actions.
      Parameters:
      actions - the actions to set
      See Also:
    • setFontcolor

      void setFontcolor(String fontcolor)
      Sets the fontcolor.
      Parameters:
      fontcolor - the new fontcolor
    • getFontcolor

      String getFontcolor()
      Gets the fontcolor.
      Returns:
      the fontcolor