Class ArrayCellSelect
- 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.ArrayCellSelect
-
- All Implemented Interfaces:
SimpleGraphicElement
public class ArrayCellSelect extends ActionableArrayCell implements SimpleGraphicElement
-
-
Constructor Summary
Constructors Constructor Description ArrayCellSelect(String name, String[] labels, String[] values, ArrayLine line)
ArrayCellSelect(String name, List<String> values, ArrayLine line)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBgcolor()
String
getColor()
String[]
getSelectedValues()
String
getSize()
String
getSyntax()
String
getTextAlign()
boolean
isMultiselect()
boolean
isReadOnly()
void
setBgcolor(String strBgcolor)
void
setColor(String strColor)
void
setMultiselect(boolean fMultiselect)
void
setReadOnly(boolean fReadOnly)
void
setSelectedValues(String[] selectedValues)
void
setSize(String strSize)
void
setTextAlign(String strTextAlign)
-
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
-
getSelectedValues
public String[] getSelectedValues()
-
setSelectedValues
public void setSelectedValues(String[] selectedValues)
-
getSize
public String getSize()
-
setSize
public void setSize(String strSize)
-
isMultiselect
public boolean isMultiselect()
-
setMultiselect
public void setMultiselect(boolean fMultiselect)
-
getColor
public String getColor()
-
setColor
public void setColor(String strColor)
-
getBgcolor
public String getBgcolor()
-
setBgcolor
public void setBgcolor(String strBgcolor)
-
getTextAlign
public String getTextAlign()
-
setTextAlign
public void setTextAlign(String strTextAlign)
-
isReadOnly
public boolean isReadOnly()
-
setReadOnly
public void setReadOnly(boolean fReadOnly)
-
-