Package org.opencms.gwt.client.property
Class CmsActiveFieldData
java.lang.Object
org.opencms.gwt.client.property.CmsActiveFieldData
Represents information about which field in the property editor dialog is active.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCmsActiveFieldData
(I_CmsFormField field, String tab, String property) Creates a new instance. -
Method Summary
-
Field Details
-
m_page
The tab. -
m_property
The property name.
-
-
Constructor Details
-
CmsActiveFieldData
Creates a new instance.- Parameters:
field
- the fieldtab
- the tabproperty
- the property name
-
-
Method Details