Class FormeditImpl

  • All Implemented Interfaces:
    Formedit, java.io.Serializable

    public class FormeditImpl
    extends java.lang.Object
    implements java.io.Serializable, Formedit
    See Also:
    Serialized Form
    • Constructor Detail

      • FormeditImpl

        public FormeditImpl()
    • Method Detail

      • getPrintvisible

        public int getPrintvisible()
        Description copied from interface: Formedit
        Gets the printvisible.
        Specified by:
        getPrintvisible in interface Formedit
        Returns:
        the printvisible
      • setPrintvisible

        public void setPrintvisible​(int printvisible)
        Description copied from interface: Formedit
        Sets the printvisible.
        Specified by:
        setPrintvisible in interface Formedit
        Parameters:
        printvisible - the printvisible to set
      • getRequired

        public int getRequired()
        Description copied from interface: Formedit
        Gets the required.
        Specified by:
        getRequired in interface Formedit
        Returns:
        the required
      • setRequired

        public void setRequired​(int required)
        Description copied from interface: Formedit
        Sets the required.
        Specified by:
        setRequired in interface Formedit
        Parameters:
        required - the required to set
      • getPassword

        public int getPassword()
        Description copied from interface: Formedit
        Gets the password.
        Specified by:
        getPassword in interface Formedit
        Returns:
        the password
      • setPassword

        public void setPassword​(int password)
        Description copied from interface: Formedit
        Sets the password.
        Specified by:
        setPassword in interface Formedit
        Parameters:
        password - the password to set
      • getReadonly

        public int getReadonly()
        Description copied from interface: Formedit
        Gets the readonly.
        Specified by:
        getReadonly in interface Formedit
        Returns:
        the readonly
      • setReadonly

        public void setReadonly​(int readonly)
        Description copied from interface: Formedit
        Sets the readonly.
        Specified by:
        setReadonly in interface Formedit
        Parameters:
        readonly - the readonly to set
      • getMultiline

        public int getMultiline()
        Description copied from interface: Formedit
        Gets the multiline.
        Specified by:
        getMultiline in interface Formedit
        Returns:
        the multiline
      • setMultiline

        public void setMultiline​(int multiline)
        Description copied from interface: Formedit
        Sets the multiline.
        Specified by:
        setMultiline in interface Formedit
        Parameters:
        multiline - the multiline to set
      • getScrollable

        public int getScrollable()
        Description copied from interface: Formedit
        Gets the scrollable.
        Specified by:
        getScrollable in interface Formedit
        Returns:
        the scrollable
      • setScrollable

        public void setScrollable​(int scrollable)
        Description copied from interface: Formedit
        Sets the scrollable.
        Specified by:
        setScrollable in interface Formedit
        Parameters:
        scrollable - the scrollable to set
      • getFont

        public java.lang.String getFont()
        Description copied from interface: Formedit
        Gets the font.
        Specified by:
        getFont in interface Formedit
        Returns:
        the font
      • setFont

        public void setFont​(java.lang.String font)
        Description copied from interface: Formedit
        Sets the font.
        Specified by:
        setFont in interface Formedit
        Parameters:
        font - the font to set
      • getFontsize

        public double getFontsize()
        Description copied from interface: Formedit
        Gets the fontsize.
        Specified by:
        getFontsize in interface Formedit
        Returns:
        the fontsize
      • setFontsize

        public void setFontsize​(double fontsize)
        Description copied from interface: Formedit
        Sets the fontsize.
        Specified by:
        setFontsize in interface Formedit
        Parameters:
        fontsize - the fontsize to set
      • getExportvalue

        public java.lang.String getExportvalue()
        Description copied from interface: Formedit
        Gets the exportvalue.
        Specified by:
        getExportvalue in interface Formedit
        Returns:
        the exportvalue
      • setExportvalue

        public void setExportvalue​(java.lang.String exportvalue)
        Description copied from interface: Formedit
        Sets the exportvalue.
        Specified by:
        setExportvalue in interface Formedit
        Parameters:
        exportvalue - the exportvalue to set
      • getDefaultSelected

        public int getDefaultSelected()
        Description copied from interface: Formedit
        Gets the default selected.
        Specified by:
        getDefaultSelected in interface Formedit
        Returns:
        the defaultSelected
      • setDefaultSelected

        public void setDefaultSelected​(int defaultSelected)
        Description copied from interface: Formedit
        Sets the default selected.
        Specified by:
        setDefaultSelected in interface Formedit
        Parameters:
        defaultSelected - the defaultSelected to set
      • getDefaultValue

        public java.lang.String getDefaultValue()
        Description copied from interface: Formedit
        Gets the default value.
        Specified by:
        getDefaultValue in interface Formedit
        Returns:
        the defaultValue
      • setDefaultValue

        public void setDefaultValue​(java.lang.String defaultValue)
        Description copied from interface: Formedit
        Sets the default value.
        Specified by:
        setDefaultValue in interface Formedit
        Parameters:
        defaultValue - the defaultValue to set
      • getListMultiselect

        public int getListMultiselect()
        Description copied from interface: Formedit
        Gets the list multiselect.
        Specified by:
        getListMultiselect in interface Formedit
        Returns:
        the listMultiselect
      • setListMultiselect

        public void setListMultiselect​(int listMultiselect)
        Description copied from interface: Formedit
        Sets the list multiselect.
        Specified by:
        setListMultiselect in interface Formedit
        Parameters:
        listMultiselect - the listMultiselect to set
      • getListEditable

        public int getListEditable()
        Description copied from interface: Formedit
        Gets the list editable.
        Specified by:
        getListEditable in interface Formedit
        Returns:
        the listEditable
      • setListEditable

        public void setListEditable​(int listEditable)
        Description copied from interface: Formedit
        Sets the list editable.
        Specified by:
        setListEditable in interface Formedit
        Parameters:
        listEditable - the listEditable to set
      • getListSort

        public int getListSort()
        Description copied from interface: Formedit
        Gets the list sort.
        Specified by:
        getListSort in interface Formedit
        Returns:
        the listSort
      • setListSort

        public void setListSort​(int listSort)
        Description copied from interface: Formedit
        Sets the list sort.
        Specified by:
        setListSort in interface Formedit
        Parameters:
        listSort - the listSort to set
      • getListEntries

        public java.lang.String getListEntries()
        Description copied from interface: Formedit
        Gets the list entries.
        Specified by:
        getListEntries in interface Formedit
        Returns:
        the listEntries
      • setListEntries

        public void setListEntries​(java.lang.String listEntries)
        Description copied from interface: Formedit
        Sets the list entries.
        Specified by:
        setListEntries in interface Formedit
        Parameters:
        listEntries - the listEntries to set
      • getTabOrder

        public int getTabOrder()
        Description copied from interface: Formedit
        Gets the tab order.
        Specified by:
        getTabOrder in interface Formedit
        Returns:
        the tabOrder
      • setTabOrder

        public void setTabOrder​(int tabOrder)
        Description copied from interface: Formedit
        Sets the tab order.
        Specified by:
        setTabOrder in interface Formedit
        Parameters:
        tabOrder - the tabOrder to set
      • getArticleOrder

        public int getArticleOrder()
        Description copied from interface: Formedit
        Gets the article order.
        Specified by:
        getArticleOrder in interface Formedit
        Returns:
        the articleOrder
      • setArticleOrder

        public void setArticleOrder​(int articleOrder)
        Description copied from interface: Formedit
        Sets the article order.
        Specified by:
        setArticleOrder in interface Formedit
        Parameters:
        articleOrder - the articleOrder to set
      • getTooltip

        public java.lang.String getTooltip()
        Description copied from interface: Formedit
        Gets the tooltip.
        Specified by:
        getTooltip in interface Formedit
        Returns:
        the tooltip
      • setTooltip

        public void setTooltip​(java.lang.String tooltip)
        Description copied from interface: Formedit
        Sets the tooltip.
        Specified by:
        setTooltip in interface Formedit
        Parameters:
        tooltip - the tooltip to set
      • getActions

        public java.util.List<Action> getActions()
        Description copied from interface: Formedit
        Action Gets the actions list.
        Specified by:
        getActions in interface Formedit
        Returns:
        the actions list
        See Also:
        Action
      • setActions

        public void setActions​(java.util.List<Action> actions)
        Description copied from interface: Formedit
        Action Sets the actions.
        Specified by:
        setActions in interface Formedit
        Parameters:
        actions - the actions to set
        See Also:
        Action
      • getFontcolor

        public java.lang.String getFontcolor()
        Description copied from interface: Formedit
        Gets the fontcolor.
        Specified by:
        getFontcolor in interface Formedit
        Returns:
        the fontcolor
      • setFontcolor

        public void setFontcolor​(java.lang.String fontcolor)
        Description copied from interface: Formedit
        Sets the fontcolor.
        Specified by:
        setFontcolor in interface Formedit
        Parameters:
        fontcolor - the fontcolor to set