|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jxcell.ShapeObj
com.jxcell.FormControlShape
public class FormControlShape
This class represents a Form control object. Types: 20-ComBox 11-CheckBox 18-ListBox
Field Summary | |
---|---|
static short |
CheckBox
|
static short |
CombBox
|
static short |
ListBox
|
Method Summary | |
---|---|
java.lang.String |
getText()
lable text. |
void |
setCellLink(java.lang.String link)
set the link cell of the control |
void |
setCellRange(java.lang.String source)
set the source range link to the control |
void |
seText(java.lang.String text)
set the lable of the control |
Methods inherited from class com.jxcell.ShapeObj |
---|
getBottom, getFormat, getLeft, getName, getNextShapeObj, getPos, getRight, getShapeObjFromGRObject, getTop, setFormat, setPosition |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final short CheckBox
public static final short CombBox
public static final short ListBox
Method Detail |
---|
public void setCellRange(java.lang.String source)
source
- range sourcepublic void setCellLink(java.lang.String link)
link
- the link cellpublic java.lang.String getText()
public void seText(java.lang.String text)
text
- control lable.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |