global class DescribeLayoutComponent {
|
global Integer displaylines;
|
global Integer taborder;
|
global String type;
|
global String value;
|
global Integer getDisplayLines() { }
|
global Integer getTabOrder() { }
|
global String getType() { }
|
global String getValue() { }
|
|
}
|