public interface ComponentTypeConverter
| Modifier and Type | Method and Description |
|---|---|
int |
convertComponentTypeToInteger(java.lang.String type)
Retrieves an integer representation of a view component, from a
String. |
java.lang.String |
convertComponentTypeToString(int type)
Retrieves a
String representation of a view component,
from an integer. |
int convertComponentTypeToInteger(java.lang.String type)
String.An - identifier for a view component.java.lang.String convertComponentTypeToString(int type)
String representation of a view component,
from an integer.type - An identifier for a view component.