|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.StiBase
com.stimulsoft.report.components.StiComponent
com.stimulsoft.report.components.simplecomponents.StiCheckBox
com.stimulsoft.report.components.table.StiTableCellCheckBox
public class StiTableCellCheckBox
Field Summary | |
---|---|
boolean |
join
|
java.util.ArrayList<java.lang.Integer> |
joinCells
|
int |
parentJoin
|
Fields inherited from class com.stimulsoft.report.components.StiComponent |
---|
canGrow, canShrink, componentPlacement, conditions, currentPointer, expressions, interaction, isRendered, page, parent, parentBookmark, parentPointer, top, width |
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
StiTableCellCheckBox()
|
Method Summary | |
---|---|
java.lang.Object |
clone(boolean cloneProperties)
Creates a new object that is a copy of the current instance. |
boolean |
ContainsGuid(int id)
|
boolean |
getCanShrink()
gets or sets value which indicates that this object can shrink. |
StiDockStyle |
getCellDockStyle()
|
StiTablceCellType |
getCellType()
Get or sets cell contents. |
boolean |
getChangeLeftPosition()
|
boolean |
getChangeRightPosition()
|
boolean |
getChangeTopPosition()
|
int |
getColumn()
|
StiDockStyle |
getDockStyle()
gets or sets a type of the component docking. |
boolean |
getFixedWidth()
|
boolean |
getGrowToHeight()
gets or sets a value which indicates that the height of this component increases/decreases to the bottom of a container. |
double |
getHeight()
|
int |
getID()
|
boolean |
getJoin()
|
java.util.ArrayList<java.lang.Integer> |
getJoinCells()
|
StiComponent |
GetJoinComponentByGuid(int id)
|
StiComponent |
GetJoinComponentByIndex(int index)
|
int |
getJoinHeight()
|
int |
getJoinWidth()
|
double |
getLeft()
gets or sets left position of a component. |
boolean |
getLinked()
gets or sets a value which indicates whether the object snap to the container is turned on. |
boolean |
getLocked()
gets or sets a value which indicates that moving is locked. |
StiSize |
getMaxSize()
gets or sets maximal size. |
boolean |
getMerged()
|
StiSize |
getMinSize()
gets or sets minimal size. |
int |
getParentJoin()
|
StiComponent |
getParentJoinCell()
|
double |
GetRealHeight()
|
double |
GetRealHeightAfterInsertRows()
|
double |
GetRealLeft()
|
double |
GetRealTop()
|
double |
GetRealWidth()
|
StiEnumSet<StiRestrictions> |
getRestrictions()
gets or sets value which indicates the restrictions of a component. |
java.lang.Object |
getTableTag()
|
double |
getTop()
gets or sets top position of a component. |
double |
getWidth()
gets or sets width of a component. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setCanShrink(boolean value)
|
void |
setCellDockStyle(StiDockStyle value)
|
void |
setCellType(StiTablceCellType value)
|
void |
setColumn(int value)
|
void |
setDockStyle(StiDockStyle value)
|
void |
setFixedWidth(boolean value)
|
void |
setGrowToHeight(boolean value)
|
void |
setHeight(double value)
|
void |
setID(int value)
|
void |
setJoin(boolean value)
|
void |
setJoinCells(java.util.ArrayList<java.lang.Integer> value)
|
void |
setJoinHeight(int value)
|
void |
SetJoinSize()
|
void |
setJoinWidth(int value)
|
void |
setLeft(double value)
|
void |
setLinked(boolean value)
|
void |
setLocked(boolean value)
|
void |
setMaxSize(StiSize value)
|
void |
setMinSize(StiSize value)
|
void |
setParentJoin(int value)
|
void |
setParentJoinCell(StiComponent value)
|
void |
setRestrictions(StiEnumSet<StiRestrictions> value)
|
void |
setTableTag(java.lang.Object value)
|
void |
setTop(double value)
|
void |
setWidth(double value)
|
Methods inherited from class com.stimulsoft.report.components.simplecomponents.StiCheckBox |
---|
Break, convert, getBorder, getBrush, getCanBreak, getCanGrow, getChecked, getCheckedValue, getCheckStyle, getCheckStyleForFalse, getCheckStyleForTrue, getContourColor, getEditable, getEvents, getExcelDataValue, getExcelValue, getGetCheckedEvent, getGetExcelValueEvent, getLocalizedCategory, getLocalizedName, getSize, getTextBrush, getToolboxPosition, getValues, invokeEvents, InvokeGetChecked, isChecked, isExportAsImage, isUnchecked, SaveState, saveState, setBorder, setBrush, setCanBreak, setCanGrow, setChecked, setCheckedValue, setCheckStyle, setCheckStyleForFalse, setCheckStyleForTrue, setContourColor, setEditable, setExcelDataValue, setExcelValue, setGetCheckedEvent, setGetExcelValueEvent, setSize, setTextBrush, setValues |
Methods inherited from class com.stimulsoft.report.StiBase |
---|
getName, getServiceName |
Methods inherited from class com.stimulsoft.base.services.StiService |
---|
getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, properties, setProperties, setServiceEnabled |
Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject |
---|
cleanReference, getReference, setReference |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.stimulsoft.report.components.interfaces.IStiEditable |
---|
RestoreState |
Methods inherited from interface com.stimulsoft.report.components.interfaces.IStiExportImageExtended |
---|
getImage |
Methods inherited from interface com.stimulsoft.report.components.interfaces.IStiExportImage |
---|
getImage |
Field Detail |
---|
public java.util.ArrayList<java.lang.Integer> joinCells
public int parentJoin
public boolean join
Constructor Detail |
---|
public StiTableCellCheckBox()
Method Detail |
---|
public java.lang.Object clone(boolean cloneProperties)
StiCheckBox
clone
in class StiCheckBox
public StiDockStyle getDockStyle()
StiComponent
getDockStyle
in class StiComponent
public void setDockStyle(StiDockStyle value)
setDockStyle
in class StiComponent
public StiEnumSet<StiRestrictions> getRestrictions()
StiComponent
getRestrictions
in class StiComponent
public void setRestrictions(StiEnumSet<StiRestrictions> value)
setRestrictions
in class StiComponent
public double getLeft()
StiComponent
getLeft
in class StiComponent
public void setLeft(double value)
setLeft
in class StiComponent
public double getTop()
StiComponent
getTop
in class StiComponent
public void setTop(double value)
setTop
in class StiComponent
public double getWidth()
StiComponent
getWidth
in class StiComponent
public void setWidth(double value)
setWidth
in class StiComponent
public double getHeight()
getHeight
in class StiComponent
public void setHeight(double value)
setHeight
in class StiComponent
public StiSize getMinSize()
StiComponent
getMinSize
in class StiComponent
public void setMinSize(StiSize value)
setMinSize
in class StiComponent
public StiSize getMaxSize()
StiComponent
getMaxSize
in class StiComponent
public void setMaxSize(StiSize value)
setMaxSize
in class StiComponent
public boolean getLocked()
StiComponent
getLocked
in class StiComponent
public void setLocked(boolean value)
setLocked
in class StiComponent
public boolean getLinked()
StiComponent
getLinked
in class StiComponent
public void setLinked(boolean value)
setLinked
in class StiComponent
public boolean getCanShrink()
StiComponent
getCanShrink
in interface IStiCanShrink
getCanShrink
in class StiCheckBox
public void setCanShrink(boolean value)
setCanShrink
in interface IStiCanShrink
setCanShrink
in class StiCheckBox
public boolean getGrowToHeight()
StiComponent
getGrowToHeight
in interface IStiGrowToHeight
getGrowToHeight
in class StiComponent
public void setGrowToHeight(boolean value)
setGrowToHeight
in interface IStiGrowToHeight
setGrowToHeight
in class StiComponent
public final StiDockStyle getCellDockStyle()
getCellDockStyle
in interface IStiTableCell
public final void setCellDockStyle(StiDockStyle value)
setCellDockStyle
in interface IStiTableCell
public final StiComponent getParentJoinCell()
getParentJoinCell
in interface IStiTableCell
public final void setParentJoinCell(StiComponent value)
setParentJoinCell
in interface IStiTableCell
public final java.util.ArrayList<java.lang.Integer> getJoinCells()
getJoinCells
in interface IStiTableCell
public final void setJoinCells(java.util.ArrayList<java.lang.Integer> value)
setJoinCells
in interface IStiTableCell
public final int getParentJoin()
getParentJoin
in interface IStiTableCell
public final void setParentJoin(int value)
setParentJoin
in interface IStiTableCell
public final boolean getJoin()
getJoin
in interface IStiTableCell
public final void setJoin(boolean value)
setJoin
in interface IStiTableCell
public final int getID()
getID
in interface IStiTableCell
public final void setID(int value)
setID
in interface IStiTableCell
public final int getJoinWidth()
getJoinWidth
in interface IStiTableCell
public final void setJoinWidth(int value)
setJoinWidth
in interface IStiTableCell
public final int getJoinHeight()
getJoinHeight
in interface IStiTableCell
public final void setJoinHeight(int value)
setJoinHeight
in interface IStiTableCell
public final boolean getMerged()
getMerged
in interface IStiTableCell
public final boolean getChangeTopPosition()
getChangeTopPosition
in interface IStiTableCell
public final boolean getChangeLeftPosition()
getChangeLeftPosition
in interface IStiTableCell
public final boolean getChangeRightPosition()
getChangeRightPosition
in interface IStiTableCell
public final java.lang.Object getTableTag()
getTableTag
in interface IStiTableCell
public final void setTableTag(java.lang.Object value)
setTableTag
in interface IStiTableCell
public final StiTablceCellType getCellType()
getCellType
in interface IStiTableCell
public final void setCellType(StiTablceCellType value)
setCellType
in interface IStiTableCell
public final boolean getFixedWidth()
getFixedWidth
in interface IStiTableCell
public final void setFixedWidth(boolean value)
setFixedWidth
in interface IStiTableCell
public final int getColumn()
getColumn
in interface IStiTableCell
public final void setColumn(int value)
setColumn
in interface IStiTableCell
public final StiComponent GetJoinComponentByGuid(int id)
GetJoinComponentByGuid
in interface IStiTableCell
public final StiComponent GetJoinComponentByIndex(int index)
GetJoinComponentByIndex
in interface IStiTableCell
public final boolean ContainsGuid(int id)
ContainsGuid
in interface IStiTableCell
public final void SetJoinSize()
SetJoinSize
in interface IStiTableCell
public final double GetRealHeightAfterInsertRows()
GetRealHeightAfterInsertRows
in interface IStiTableCell
public final double GetRealHeight()
GetRealHeight
in interface IStiTableCell
public final double GetRealTop()
GetRealTop
in interface IStiTableCell
public final double GetRealWidth()
GetRealWidth
in interface IStiTableCell
public final double GetRealLeft()
GetRealLeft
in interface IStiTableCell
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiCheckBox
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiCheckBox
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |