|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.gui.formelements.AbstractFormElement
org.olat.core.gui.formelements.AbstractTextElement
org.olat.core.gui.formelements.TextAreaElement
public class TextAreaElement
| Constructor Summary | |
|---|---|
TextAreaElement(java.lang.String labelKey,
int rows,
int cols)
|
|
TextAreaElement(java.lang.String labelKey,
int rows,
int cols,
java.lang.String value)
|
|
| Method Summary | |
|---|---|
int |
getCols()
|
int |
getRows()
|
| Methods inherited from class org.olat.core.gui.formelements.AbstractTextElement |
|---|
getPopupData, getValue, isDirty, isEmpty, isEmpty, isEqual, matches, notEmpty, notLongerThan, setPopupData, setValue, setValues |
| Methods inherited from class org.olat.core.gui.formelements.AbstractFormElement |
|---|
clearError, getError, getExample, getLabelKey, getName, getVisualMarked, isError, isMandatory, isReadOnly, setError, setErrorKey, setErrorKeyWithParams, setExample, setLabelKey, setMandatory, setName, setReadOnly, setVisualMarked |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextAreaElement(java.lang.String labelKey,
int rows,
int cols)
labelKey - rows - cols -
public TextAreaElement(java.lang.String labelKey,
int rows,
int cols,
java.lang.String value)
labelKey - rows - cols - value - | Method Detail |
|---|
public int getCols()
public int getRows()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||