Class EditorArea
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.editorarea.EditorArea
-
- Direct Known Subclasses:
EditorAreaConfigWithOverviewTab
public class EditorArea extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="essentials" type="{http://www.hybris.com/cockpitng/component/editorArea}essentials" minOccurs="0"/> <choice maxOccurs="unbounded" minOccurs="0"> <element name="customTab" type="{http://www.hybris.com/cockpitng/component/editorArea}customTab"/> <element name="tab" type="{http://www.hybris.com/cockpitng/component/editorArea}tab"/> </choice> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="viewMode" use="optional" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="hideTabNameIfOnlyOneVisible" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="logic-handler" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<AbstractTab>customTabOrTabprotected Essentialsessentialsprotected java.lang.BooleanhideTabNameIfOnlyOneVisibleprotected java.lang.StringlogicHandlerprotected java.lang.Stringnameprotected java.lang.StringviewMode
-
Constructor Summary
Constructors Constructor Description EditorArea()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<AbstractTab>getCustomTabOrTab()Gets the value of the customTabOrTab property.EssentialsgetEssentials()Gets the value of the essentials property.java.lang.StringgetLogicHandler()Gets the value of the handler property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetViewMode()Gets the value of the name viewMode.booleanisHideTabNameIfOnlyOneVisible()Gets the value of the hideTabNameIfOnlyOneVisible property.voidsetEssentials(Essentials value)Sets the value of the essentials property.voidsetHideTabNameIfOnlyOneVisible(java.lang.Boolean value)Sets the value of the hideTabNameIfOnlyOneVisible property.voidsetLogicHandler(java.lang.String logicHandler)Sets the value of the handler property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetViewMode(java.lang.String viewMode)Sets the value of the viewMode property.
-
-
-
Field Detail
-
essentials
protected Essentials essentials
-
customTabOrTab
protected java.util.List<AbstractTab> customTabOrTab
-
name
protected java.lang.String name
-
viewMode
protected java.lang.String viewMode
-
hideTabNameIfOnlyOneVisible
protected java.lang.Boolean hideTabNameIfOnlyOneVisible
-
logicHandler
protected java.lang.String logicHandler
-
-
Method Detail
-
getEssentials
public Essentials getEssentials()
Gets the value of the essentials property.- Returns:
- possible object is
Essentials
-
setEssentials
public void setEssentials(Essentials value)
Sets the value of the essentials property.- Parameters:
value- allowed object isEssentials
-
getCustomTabOrTab
public java.util.List<AbstractTab> getCustomTabOrTab()
Gets the value of the customTabOrTab property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the customTabOrTab property.For example, to add a new item, do as follows:
getCustomTabOrTab().add(newItem);Objects of the following type(s) are allowed in the list
CustomTabTab
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getViewMode
public java.lang.String getViewMode()
Gets the value of the name viewMode.- Returns:
- possible object is
String
-
setViewMode
public void setViewMode(java.lang.String viewMode)
Sets the value of the viewMode property.- Parameters:
viewMode- allowed object isString
-
isHideTabNameIfOnlyOneVisible
public boolean isHideTabNameIfOnlyOneVisible()
Gets the value of the hideTabNameIfOnlyOneVisible property.- Returns:
- possible object is
Boolean
-
setHideTabNameIfOnlyOneVisible
public void setHideTabNameIfOnlyOneVisible(java.lang.Boolean value)
Sets the value of the hideTabNameIfOnlyOneVisible property.- Parameters:
value- allowed object isBoolean
-
getLogicHandler
public java.lang.String getLogicHandler()
Gets the value of the handler property.- Returns:
- possible object is
String
-
setLogicHandler
public void setLogicHandler(java.lang.String logicHandler)
Sets the value of the handler property.- Parameters:
logicHandler- allowed object isString
-
-