public class PerspectiveChooser extends Object
Java 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="defaultPerspective" type="{http://www.hybris.com/cockpitng/config/perspectiveChooser}defaultPerspective" minOccurs="0"/>
<element name="authority" type="{http://www.hybris.com/cockpitng/config/perspectiveChooser}authority" maxOccurs="unbounded" minOccurs="0"/>
<element name="format" type="{http://www.hybris.com/cockpitng/config/perspectiveChooser}format" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Authority> |
authority |
protected DefaultPerspective |
defaultPerspective |
protected List<Format> |
format |
| Constructor and Description |
|---|
PerspectiveChooser() |
| Modifier and Type | Method and Description |
|---|---|
List<Authority> |
getAuthority()
Deprecated.
since 6.5.0.0, use
ViewSwitcher.getAuthority() instead |
DefaultPerspective |
getDefaultPerspective()
Gets the value of the defaultPerspective property.
|
List<Format> |
getFormat()
Gets the value of the format property.
|
void |
setDefaultPerspective(DefaultPerspective value)
Sets the value of the defaultPerspective property.
|
protected DefaultPerspective defaultPerspective
public DefaultPerspective getDefaultPerspective()
DefaultPerspectivepublic void setDefaultPerspective(DefaultPerspective value)
value - allowed object is DefaultPerspective@Deprecated public List<Authority> getAuthority()
ViewSwitcher.getAuthority() insteadpublic List<Format> getFormat()
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 set method for
the format property.
For example, to add a new item, do as follows:
getFormat().add(newItem);
Objects of the following type(s) are allowed in the list Format
Copyright © 2018. All rights reserved.