Class ArrayCellInputText
- java.lang.Object
-
- org.silverpeas.core.web.util.viewgenerator.html.arraypanes.ArrayCell
-
- org.silverpeas.core.web.util.viewgenerator.html.arraypanes.ActionableArrayCell
-
- org.silverpeas.core.web.util.viewgenerator.html.arraypanes.ArrayCellInputText
-
- All Implemented Interfaces:
SimpleGraphicElement
public class ArrayCellInputText extends ActionableArrayCell implements SimpleGraphicElement
-
-
Constructor Summary
Constructors Constructor Description ArrayCellInputText(String name, String value, ArrayLine line)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBgColor()
String
getColor()
String
getMaxlength()
String
getSize()
String
getSyntax()
String
getTextAlign()
String
getValue()
boolean
isReadOnly()
void
setBgColor(String bgcolor)
void
setColor(String color)
void
setMaxlength(String maxlength)
void
setReadOnly(boolean readOnly)
void
setSize(String size)
void
setTextAlign(String textAlign)
-
Methods inherited from class org.silverpeas.core.web.util.viewgenerator.html.arraypanes.ActionableArrayCell
getAction, setAction
-
Methods inherited from class org.silverpeas.core.web.util.viewgenerator.html.arraypanes.ArrayCell
getName, getStyleSheet, print, setStyleSheet
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.web.util.viewgenerator.html.SimpleGraphicElement
print
-
-
-
-
Method Detail
-
getValue
public String getValue()
-
getSize
public String getSize()
-
setSize
public void setSize(String size)
-
getMaxlength
public String getMaxlength()
-
setMaxlength
public void setMaxlength(String maxlength)
-
getColor
public String getColor()
-
setColor
public void setColor(String color)
-
getBgColor
public String getBgColor()
-
setBgColor
public void setBgColor(String bgcolor)
-
getTextAlign
public String getTextAlign()
-
setTextAlign
public void setTextAlign(String textAlign)
-
isReadOnly
public boolean isReadOnly()
-
setReadOnly
public void setReadOnly(boolean readOnly)
-
-