Package com.axway.ats.uiengine.elements
Class ElementsMap
- java.lang.Object
-
- com.axway.ats.uiengine.elements.ElementsMap
-
public class ElementsMap extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringATT_ELEMENT_FORMIDstatic StringATT_ELEMENT_FORMNAMEstatic StringATT_ELEMENT_FRAMEstatic StringATT_ELEMENT_IDstatic StringATT_ELEMENT_ID_EQstatic StringATT_ELEMENT_MAP_IDstatic StringATT_ELEMENT_NAMEstatic StringATT_ELEMENT_TYPEstatic StringATT_ELEMENT_VALUE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UiElementPropertiesgetElementProperties(String mapId)static ElementsMapgetInstance()StringgetMapSection()UiElementPropertiesgetSubElementProperties(String elementMapId, String subElementMapId)voidloadMapFile(String mapFile, String mapSection)voidsetMapSection(String mapSection)
-
-
-
Field Detail
-
ATT_ELEMENT_NAME
public static final String ATT_ELEMENT_NAME
- See Also:
- Constant Field Values
-
ATT_ELEMENT_MAP_ID
public static final String ATT_ELEMENT_MAP_ID
- See Also:
- Constant Field Values
-
ATT_ELEMENT_ID
public static final String ATT_ELEMENT_ID
- See Also:
- Constant Field Values
-
ATT_ELEMENT_TYPE
public static final String ATT_ELEMENT_TYPE
- See Also:
- Constant Field Values
-
ATT_ELEMENT_VALUE
public static final String ATT_ELEMENT_VALUE
- See Also:
- Constant Field Values
-
ATT_ELEMENT_FRAME
public static final String ATT_ELEMENT_FRAME
- See Also:
- Constant Field Values
-
ATT_ELEMENT_FORMID
public static final String ATT_ELEMENT_FORMID
- See Also:
- Constant Field Values
-
ATT_ELEMENT_FORMNAME
public static final String ATT_ELEMENT_FORMNAME
- See Also:
- Constant Field Values
-
ATT_ELEMENT_ID_EQ
public static final String ATT_ELEMENT_ID_EQ
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static ElementsMap getInstance()
-
setMapSection
public void setMapSection(String mapSection)
-
getMapSection
public String getMapSection()
-
getElementProperties
public UiElementProperties getElementProperties(String mapId)
-
getSubElementProperties
public UiElementProperties getSubElementProperties(String elementMapId, String subElementMapId)
-
-