Package com._1c.g5.v8.dt.cai.model.util
Enum Class CaiPanelInfo
- All Implemented Interfaces:
- Serializable,- Comparable<CaiPanelInfo>,- Constable
Enumeration contains names and uuids for Standard panels of Client Application Interface
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescription
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionFind first panel appropriate to panel info from given liststatic CaiPanelInfoGet panel info by given panel namestatic CaiPanelInfogetByPanel(CaiPanel panel) Get panel info by given panelstatic CaiPanelInfoGet panel info by given panel uuidgetName()Name of panel infogetUUID()UUID of panel infostatic CaiPanelInfoReturns the enum constant of this class with the specified name.static CaiPanelInfo[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
SECTION_PANEL
- 
TOOLS_PANEL
- 
FAVORITE_PANEL
- 
HISTORY_PANEL
- 
OPENED_PANEL
- 
FUNCTIONS_PANEL
 
- 
- 
Field Details- 
VALUESList ofCaiPanelInfovalues
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
getByNameGet panel info by given panel name- Parameters:
- panel- the panel name, cannot be- null
- Returns:
- panel info, or nullif no panel info appropriate for given panel.
 
- 
getByUuidGet panel info by given panel uuid- Parameters:
- panel- the panel uuid, cannot be- null
- Returns:
- panel info, or nullif no panel info appropriate for given panel.
 
- 
getByPanelGet panel info by given panel- Parameters:
- panel- the panel, cannot be- null
- Returns:
- panel info, or nullif no panel info appropriate for given panel.
 
- 
getUUIDUUID of panel info- Returns:
- the UUID of panel info
 
- 
getNameName of panel info- Returns:
- the name of panel info
 
- 
findFind first panel appropriate to panel info from given list- Parameters:
- panels- the list of panel for search in, cannot be- null
- Returns:
- first panal appopriate to panel info, or null
 
 
-