public interface SectionField
| Modifier and Type | Method and Description |
|---|---|
String |
getLabelKey()
Gets the key to use in looking up the locale-specific label for this SectionField.
|
int |
getMaxSize()
Gets the maximum number of characters allowed in this SectionField.
|
String |
getValue()
Gets the current value for this SectionField.
|
void |
setValue(String value)
Sets the value for this SectionField.
|
String getLabelKey()
int getMaxSize()
String getValue()
void setValue(String value)
value - Copyright © 2003–2016 The Sakai Foundation. All rights reserved.