Class CmsActiveFieldData


  • public class CmsActiveFieldData
    extends java.lang.Object
    Represents information about which field in the property editor dialog is active.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String m_page
      The tab.
      java.lang.String m_property
      The property name.
    • Constructor Summary

      Constructors 
      Constructor Description
      CmsActiveFieldData​(I_CmsFormField field, java.lang.String tab, java.lang.String property)
      Creates a new instance.
    • Field Detail

      • m_page

        public java.lang.String m_page
        The tab.
      • m_property

        public java.lang.String m_property
        The property name.
    • Constructor Detail

      • CmsActiveFieldData

        public CmsActiveFieldData​(I_CmsFormField field,
                                  java.lang.String tab,
                                  java.lang.String property)
        Creates a new instance.

        Parameters:
        field - the field
        tab - the tab
        property - the property name
    • Method Detail

      • getFieldId

        public java.lang.String getFieldId()
      • getProperty

        public java.lang.String getProperty()
        Gets the property name.

        Returns:
        the property name
      • getTab

        public java.lang.String getTab()
        Gets the tab name .

        Returns:
        the tab
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()