|
||||||||||
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
public abstract class StiComponent
Describes the base class for all components.
Field Summary | |
---|---|
boolean |
canGrow
|
boolean |
canShrink
|
java.lang.String |
componentPlacement
|
StiConditionsCollection |
conditions
|
StiBookmark |
currentPointer
|
StiAppExpressionCollection |
expressions
|
StiInteraction |
interaction
|
boolean |
isRendered
|
StiPage |
page
|
StiContainer |
parent
|
StiBookmark |
parentBookmark
|
StiBookmark |
parentPointer
|
double |
top
|
double |
width
|
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
StiComponent()
Creates a new component of the StiComponent type. |
|
StiComponent(StiRectangle rect)
Creates a new component of the type StiComponent with the specified location. |
Method Summary | |
---|---|
void |
addSize(boolean leftToRightDirection)
Increases the amount of pages on width and on height. |
void |
applyConditions(java.lang.Object sender,
java.util.ArrayList<java.util.Hashtable<StiCondition,java.lang.String>> conditions)
|
boolean |
canContainIn(StiComponent component)
Specifies that this component may be * he specified component. |
boolean |
CheckForParentComponent(StiComponent comp)
|
void |
clearAllStates()
Clear all states. |
void |
ClearAllStates()
Clear all earlier saved object states. |
void |
ClearContents()
Clears a text of all selected components. |
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance. |
java.lang.Object |
clone(boolean clonegetProperties)
Creates a new object that is a copy of the current instanc. |
double |
ComponentToPage(double value)
Converts a value from the parent-container coordinates into coordinates of a page. |
StiPoint |
ComponentToPage(StiPoint point)
Converts a point from the parent-container coordinates into coordinates of a page. |
StiRectangle |
ComponentToPage(StiRectangle rect)
Converts a rectangle from the parent-container coordinates into coordinates of a page. |
void |
convert(StiUnit oldUnit,
StiUnit newUnit)
Convertes component from one unit into another. |
void |
convert(StiUnit oldUnit,
StiUnit newUnit,
boolean isReportSnapshot,
boolean convertComponents)
|
void |
decrementTop(double value)
|
void |
doBookmark()
Invokes the getBookmark event. |
void |
DoBookmark()
Invokes the GetBookmark event. |
void |
DockToContainer()
Docks the component and all of its subordinate components. |
StiRectangle |
DockToContainer(StiRectangle rect)
Docks a rectangle, relatively to the component, into the rec. |
void |
doGetBookmark()
Raises the GetBookmark event. |
static StiRectangle |
DoOffsetRect(StiComponent component,
StiRectangle rect,
StiRectangle offsetRect)
tangle to the specified offset. |
void |
doPointer()
|
void |
fillComponentPlacement()
|
StiSize |
getActualSize()
Initializes a new instance of the StiSize class from the specified dimensi. |
StiAfterPrintEvent |
getAfterPrintEvent()
Occurs after the component printing. |
java.lang.String |
getAlias()
gets or sets a text that will be shown instead of a component name. |
boolean |
getAllowDelete()
gets a value which indicates whether deleting of the components is allowed. |
StiEnumSet<StiAnchorMode> |
getAnchor()
|
StiBeforePrintEvent |
getBeforePrintEvent()
Occurs before printing of the component. |
StiBookmarkExpression |
getBookmark()
gets or sets the expression to fill a component bookmark. |
java.lang.String |
getBookmarkValue()
gets or sets the component bookmark. |
double |
getBottom()
gets bottom position of a component. |
boolean |
getCanGrow()
gets or sets a value which indicates that this object can grow. |
boolean |
getCanShrink()
gets or sets value which indicates that this object can shrink. |
StiClickEvent |
getClickEvent()
Occurs when user clicks on the component in the window of viewer. |
StiRectangle |
getClientRectangle()
gets or sets the client area of a component. |
java.lang.String |
getComponentPlacement()
gets or sets a value which indicates placement of a simple component. |
java.lang.String |
getComponentStyle()
gets or sets a style of a component. |
StiComponentType |
getComponentType()
gets the type of processing when printing. |
StiConditionsCollection |
getConditions()
gets or sets the collection of conditions. |
StiContainer |
getContainer()
Returns the topmost Container(StiPanel or StiPage) in which the component is l * ns null, if nothing is located. |
StiBookmark |
getCurrentBookmark()
gets or sets current bookmark for this component. |
StiDataBand |
getDataBand()
Returns the DataBand in which the component * Returns null, if nothing is located. |
StiComponent |
GetDataBand()
|
StiRectangle |
getDefaultClientRectangle()
gets the default client area of a component. |
boolean |
getDelimiterComponent()
gets or sets a value indicates that this component is used as the delimiter. |
StiRectangle |
getDisplayRectangle()
gets or sets a rectangle of the component which it fills. |
StiRectangle |
getDisplayRectangle1()
rectangle of the component showing. |
boolean |
getDockable()
gets or sets a value which indicates whether the component will be docked or not. |
StiRectangle |
getDockRegion(StiComponent parent)
Retuns an empty rectangle to which docking is poss * |
StiRectangle |
getDockRegion(StiComponent parent,
boolean useColumns)
Retuns an empty rectangle to which docking is pos * |
StiDockStyle |
getDockStyle()
gets or sets a type of the component docking. |
StiDoubleClickEvent |
getDoubleClickEvent()
Occurs when user double clicks on the component in the window of viewer. |
java.util.HashMap<java.lang.String,java.lang.Object> |
getDrillDownParameters()
|
boolean |
getEnabled()
gets or sets a value which indicates will this component be available or not. |
StiEventsCollection |
getEvents()
Return events collection of this component. |
StiAppExpressionCollection |
getExpressions()
|
boolean |
getForceRedrawAll()
gets a value which indicates whether it is necessary to draw again the whole page when moving the component or changing its sizes in the designer. |
StiGetBookmarkEvent |
getgetBookmarkEvent()
Occurs when getting of the Bookmark for the component. |
StiGetDrillDownReportEvent |
getgetDrillDownReportEvent()
Occurs when it is required to get a report for the Drill-Down operation. |
StiGetHyperlinkEvent |
getgetHyperlinkEvent()
Occurs when getting Hyperlink for the component. |
StiGetTagEvent |
getgetTagEvent()
Occurs when getting a Tag for a component. |
StiGetToolTipEvent |
getgetToolTipEvent()
Occurs when getting the ToolTip for the component. |
StiComponent |
getGroupHeaderBand()
|
StiComponent |
GetGroupHeaderBand()
|
boolean |
getGrowToHeight()
gets or sets a value which indicates that the height of this component increases/decreases to the bottom of a container. |
java.lang.String |
getGuid()
gets or sets a guid of component. |
double |
getHeight()
|
StiHighlightState |
getHighlightState()
gets or sets a state of highlight. |
StiHyperlinkExpression |
getHyperlink()
gets or sets an expression to fill a component hyperlink. |
java.lang.String |
getHyperlinkValue()
gets or sets hyperlink of a component. |
boolean |
getIgnoreNamingRule()
Internal use only. |
java.awt.image.BufferedImage |
getImage(java.lang.Double zoom)
|
java.awt.image.BufferedImage |
getImage(java.lang.Double zoom,
StiExportFormat format)
|
boolean |
getInherited()
Occurs when getting a Tag for a component. |
StiInteraction |
getInteraction()
gets interaction options of this component. |
boolean |
getInvalidateOnMouseOver()
gets a value which indicates whether invalidating of the component occurs when a mouse pointer is above the component. |
boolean |
getIsCross()
gets a value indicating that this is the Cross component. |
boolean |
getIsDesigning()
gets a value which indicates that the report in which a component is placed is being designed. |
boolean |
getIsEnabled()
|
boolean |
getIsEventEmpty()
gets a value which indicates that all events are empty. |
boolean |
getIsExporting()
gets or sets value, which indicates that the report is exporting. |
boolean |
getIsgetTagHandlerEmpty()
|
boolean |
getIsPrinting()
gets a value which indicates that the component has already been printed. |
boolean |
getIsRendered()
gets or sets a value which indicates whether a component is rendered or not. |
boolean |
getIsSelected()
gets or sets value indicates is the component selected or not. |
double |
getLeft()
gets or sets left position of a component. |
int |
getLevel()
Returns the level of the object nesti * page, 2 - page and etc. |
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. |
StiGraphics |
getMeasureGraphics()
|
StiSize |
getMinSize()
gets or sets minimal size. |
StiMouseEnterEvent |
getMouseEnterEvent()
Occurs when user enters the mouse into the area of the component in the window of viewer. |
StiMouseLeaveEvent |
getMouseLeaveEvent()
Occurs when user leaves the mouse out of the area of the component in the window of viewer. |
StiPage |
getPage()
gets or sets the page on which an object is located. |
StiRectangle |
getPaintRectangle()
Makes all necessary coversions for * bject and returns its coordinates. |
StiRectangle |
getPaintRectangle(boolean convertToHInches,
boolean convertByZoom)
Makes all necessary conversions for t * put and returns its coordinates. |
StiRectangle |
getPaintRectangle(boolean convertToHInches,
boolean convertByZoom,
boolean docking)
Makes all necessary conversions for * tput and returns its coordinates. |
StiContainer |
getParent()
gets or sets the container in which an object is located. |
StiBookmark |
getParentBookmark()
gets or sets parent bookmark for this component. |
boolean |
getPlaceOnToolbox()
gets or sets a value which indicates whether it is necessary to place component in toolbox or not. |
StiPointerExpression |
getPointer()
|
java.lang.Object |
getPointerValue()
|
boolean |
getPrintable()
gets or sets a value which indicates whether a component is printable or not. |
StiPrintOnType |
getPrintOn()
gets or sets a value which indicates on what pages component will be printed. |
int |
getPriority()
gets a component priority. |
java.lang.String |
getQuickInfo()
|
int |
getRenderedCount()
gets or sets a value which indicates how many times a component is rendered. |
StiReport |
getReport()
gets or sets the report in which the component is located. |
StiEnumSet<StiRestrictions> |
getRestrictions()
gets or sets value which indicates the restrictions of a component. |
double |
getRight()
gets right position of a component. |
int |
getSelectionTick()
|
StiRectangle |
getSelectRectangle()
gets or sets a rectangle of a component selection. |
java.lang.String |
getServiceCategory()
gets a category of services. |
java.lang.Class |
getServiceType()
gets a service type. |
boolean |
getShift()
gets or sets a value which indicates that this component can be shifted. |
StiEnumSet<StiShiftMode> |
getShiftMode()
gets or sets a value which indicates the shift mode of a component. |
boolean |
getShowQuickButtons()
gets or sets a value which indicates whether it is necessary to show quick buttons. |
StiTagExpression |
getTag()
gets or sets the expression to fill a component tag. |
java.lang.String |
getTagStrValue()
|
java.lang.Object |
getTagValue()
gets or sets tag of a component. |
int |
getToolboxPosition()
|
StiToolTipExpression |
getToolTip()
gets or sets the expression to fill a component tooltip. |
java.lang.String |
getToolTipValue()
gets or sets a component tips. |
double |
getTop()
gets or sets top position of a component. |
boolean |
getUseParentStyles()
gets or sets a value which indicates that this component must use styles from parent component. |
double |
getWidth()
gets or sets width of a component. |
void |
incrementtTop(double value)
|
StiComponent |
InternalRender()
|
void |
invert()
Invert selection of component. |
void |
InvokeAfterPrint(java.lang.Object sender,
StiEventHandlerArgs e)
Raises th * event. |
void |
InvokeBeforePrint(java.lang.Object sender,
StiEventHandlerArgs e)
Raises the B * ent. |
void |
InvokeBeginRender()
|
void |
InvokeClick(java.lang.Object sender,
StiEventHandlerArgs e)
Raises the Click * is report. |
void |
InvokeDoubleClick(java.lang.Object sender,
StiEventHandlerArgs e)
Raises the DoubleCli * this report. |
void |
InvokeEndRender()
|
void |
invokeEvents()
Invokes all events for this components. |
void |
InvokegetBookmark(java.lang.Object sender,
StiValueEventArgs e)
Raises the get * t. |
void |
InvokegetDrillDownReport(java.lang.Object sender,
StiGetDrillDownReportEventArgs e)
Raises the getDrillDownReport e * report. |
void |
InvokegetHyperlink(java.lang.Object sender,
StiValueEventArgs e)
Raises the getHyper * |
void |
InvokegetTag(java.lang.Object sender,
StiValueEventArgs e)
Raises the * |
void |
InvokegetToolTip(java.lang.Object sender,
StiValueEventArgs e)
Raises the getToolT * |
void |
InvokeMouseEnter(java.lang.Object sender,
StiEventHandlerArgs e)
Raises the MouseE * r this report. |
void |
InvokeMouseLeave(java.lang.Object sender,
StiEventHandlerArgs e)
Raises the Mous * for this report. |
void |
InvokePainted(StiComponent sender,
StiPaintEventArgs e)
Raises the * for this component. |
void |
invokePainting(StiComponent sender,
StiPaintArgs e)
Raises the Pai * or this component. |
boolean |
isAutomaticDock()
gets a value which indicates that this is an automatic docking. |
boolean |
isDesigning()
|
boolean |
isExportAsImage(StiExportFormat format)
|
static boolean |
IsParentSelect(StiComponent component)
Retuns true * parent component is selected. |
void |
LoadFromJsonObject(JSONObject JSONObject)
|
void |
NewGuid()
Generates new guid for component. |
void |
OnRemoveComponent()
|
void |
packService()
Packs a service. |
StiPoint |
PageToComponent(StiPoint point)
Converts a point from coordinates of a page into the parent-container coordinates. |
StiRectangle |
PageToComponent(StiRectangle rect)
Converts a rectangle from coordinates of a page into the parent-container coordinates. |
void |
paint(StiPaintArgs e)
Paints a component. |
boolean |
PlacedOnColumnBand()
Specifies whether it is * place the component on the ColumnBand. |
void |
Prepare()
|
StiComponent |
render()
|
void |
reset()
Reset selection of component. |
void |
Reset()
Reset selection of component. |
void |
restoreState(java.lang.String stateName)
Restores the earlier saved object state. |
void |
RestoreState(java.lang.String stateName)
Restores the earlier saved object state. |
void |
saveState(java.lang.String stateName)
Saves the current state of an object. |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
select()
Select component. |
void |
setAfterPrintEvent(StiAfterPrintEvent value)
|
void |
setAlias(java.lang.String value)
|
void |
setAnchor(StiEnumSet<StiAnchorMode> anchor)
|
void |
setBeforePrintEvent(StiBeforePrintEvent value)
|
void |
setBookmark(StiBookmarkExpression value)
|
void |
setBookmarkValue(java.lang.String value)
|
void |
setCanGrow(boolean value)
|
void |
setCanShrink(boolean value)
|
void |
setClickEvent(StiClickEvent value)
|
void |
setClientRectangle(StiRectangle value)
|
void |
setComponentPlacement(java.lang.String value)
|
void |
setComponentStyle(java.lang.String value)
|
void |
setConditions(StiConditionsCollection value)
|
void |
setCurrentBookmark(StiBookmark value)
|
void |
setDelimiterComponent(boolean value)
|
void |
setDirectDisplayRectangle(StiRectangle rect)
|
void |
setDisplayRectangle(StiRectangle value)
|
void |
setDockable(boolean value)
|
void |
setDockStyle(StiDockStyle value)
|
void |
setDoubleClickEvent(StiDoubleClickEvent value)
|
void |
setDrillDownParameters(java.util.HashMap<java.lang.String,java.lang.Object> value)
|
void |
setEnabled(boolean value)
|
void |
setExpressions(StiAppExpressionCollection expressions)
|
void |
setgetBookmarkEvent(StiGetBookmarkEvent value)
|
void |
setgetDrillDownReportEvent(StiGetDrillDownReportEvent value)
|
void |
setgetHyperlinkEvent(StiGetHyperlinkEvent value)
|
void |
setgetTagEvent(StiGetTagEvent value)
|
void |
setgetToolTipEvent(StiGetToolTipEvent value)
|
void |
setGrowToHeight(boolean value)
|
void |
setGuid(java.lang.String value)
|
void |
setHeight(double height)
|
void |
setHeightProp(double height)
|
void |
setHighlightState(StiHighlightState value)
|
void |
setHyperlink(StiHyperlinkExpression value)
|
void |
setHyperlinkValue(java.lang.String value)
|
void |
setIgnoreNamingRule(boolean value)
|
void |
setInherited(boolean value)
|
void |
setInteraction(StiInteraction value)
|
void |
setIsRendered(boolean value)
|
void |
setIsSelected(boolean value)
|
void |
setLeft(double value)
|
void |
setLeftProp(double left)
|
void |
setLinked(boolean value)
|
void |
setLocked(boolean value)
|
void |
setMaxSize(StiSize value)
|
void |
setMinSize(StiSize value)
|
void |
setMouseEnterEvent(StiMouseEnterEvent value)
|
void |
setMouseLeaveEvent(StiMouseLeaveEvent value)
|
void |
setName(java.lang.String value)
|
void |
setPage(StiPage page)
|
void |
setPaintRectangle(StiRectangle rect)
Internal use only. |
void |
setParent(StiContainer value)
|
void |
setParentBookmark(StiBookmark value)
|
void |
setPlaceOnToolbox(boolean value)
|
void |
setPointer(StiPointerExpression pointer)
|
void |
setPointerValue(java.lang.Object pointerValue)
|
void |
setPrintable(boolean value)
|
void |
setPrintOn(StiPrintOnType value)
|
void |
setRenderedCount(int value)
|
void |
setReport(StiReport value)
Deprecated. |
void |
SetReportVariables()
|
void |
setRestrictions(StiEnumSet<StiRestrictions> value)
|
void |
setSelectionTick(int value)
|
void |
setSelectRectangle(StiRectangle value)
Returns the GroupHeaderBand in which the component is loc * null, if nothing is located. |
void |
setShift(boolean value)
|
void |
setShiftMode(StiEnumSet<StiShiftMode> value)
|
void |
setShowQuickButtons(boolean value)
|
void |
setStates(StiStatesManager states)
|
void |
setTag(StiTagExpression value)
|
void |
setTagValue(java.lang.Object value)
|
void |
setToolTip(StiToolTipExpression value)
|
void |
setToolTipValue(java.lang.String value)
|
void |
setTop(double value)
|
void |
setTopProp(double top)
|
void |
setUseParentStyles(boolean value)
|
void |
setWidth(double value)
|
void |
setWidthProp(double width)
|
java.lang.String |
toString()
Returns an Alias of th * he Name of the report. |
void |
UnPrepare()
|
Methods inherited from class com.stimulsoft.report.StiBase |
---|
getLocalizedCategory, getLocalizedName, 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 |
Field Detail |
---|
public boolean canGrow
public boolean canShrink
public java.lang.String componentPlacement
public StiConditionsCollection conditions
public StiInteraction interaction
public boolean isRendered
public StiPage page
public StiContainer parent
public StiBookmark parentBookmark
public double width
public double top
public StiAppExpressionCollection expressions
public StiBookmark parentPointer
public StiBookmark currentPointer
Constructor Detail |
---|
public StiComponent()
public StiComponent(StiRectangle rect)
rect
- Rectangle describes size and position of the component.Method Detail |
---|
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
JSONException
public void LoadFromJsonObject(JSONObject JSONObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
JSONException
public boolean getAllowDelete()
public void DoBookmark()
public final void doGetBookmark()
public static StiRectangle DoOffsetRect(StiComponent component, StiRectangle rect, StiRectangle offsetRect)
component
- The component, relativly to which offset will be done.rect
- A rectangle being offset.offsetRect
- Offset rectangle.
public static boolean IsParentSelect(StiComponent component)
component
- A component for checking.
public boolean getIsSelected()
getIsSelected
in interface IStiSelect
public void setIsSelected(boolean value)
public final void NewGuid()
IStiComponentGuid
NewGuid
in interface IStiComponentGuid
public final void Reset()
public final void addSize(boolean leftToRightDirection)
outContainer
- The container relative to which size starts to increase.leftToRightDirection
- A parameter which speifiess a direction of adding size to the component.public final void applyConditions(java.lang.Object sender, java.util.ArrayList<java.util.Hashtable<StiCondition,java.lang.String>> conditions)
public boolean canContainIn(StiComponent component)
component
- A component for checking.
public final boolean CheckForParentComponent(StiComponent comp)
public void paint(StiPaintArgs e)
e
- Argument for painting.public void ClearAllStates()
public final void ClearContents()
public java.lang.Object clone()
clone
in class StiService
public java.lang.Object clone(boolean clonegetProperties)
public final double ComponentToPage(double value)
value
- A value for converting.
public final StiPoint ComponentToPage(StiPoint point)
point
- Point for converting.
public final StiRectangle ComponentToPage(StiRectangle rect)
rect
- A rectangle for converting.
public void doBookmark()
public void DockToContainer()
public StiRectangle DockToContainer(StiRectangle rect)
rect
- Rectangle for docking.
public StiSize getActualSize()
public StiAfterPrintEvent getAfterPrintEvent()
public java.lang.String getAlias()
public StiBeforePrintEvent getBeforePrintEvent()
public StiBookmarkExpression getBookmark()
public final java.lang.String getBookmarkValue()
public double getBottom()
public boolean getCanGrow()
getCanGrow
in interface IStiCanGrow
public boolean getCanShrink()
getCanShrink
in interface IStiCanShrink
public StiClickEvent getClickEvent()
public StiRectangle getClientRectangle()
public java.lang.String getComponentPlacement()
public final void fillComponentPlacement()
public java.lang.String getComponentStyle()
public StiComponentType getComponentType()
public StiConditionsCollection getConditions()
getConditions
in interface IStiConditions
public StiContainer getContainer()
public final StiBookmark getCurrentBookmark()
public StiDataBand getDataBand()
public StiRectangle getDefaultClientRectangle()
public final boolean getDelimiterComponent()
public StiRectangle getDisplayRectangle1()
public StiRectangle getDisplayRectangle()
public boolean getDockable()
public StiRectangle getDockRegion(StiComponent parent)
parent
- Container being measured.
public StiRectangle getDockRegion(StiComponent parent, boolean useColumns)
parent
- Container being measured.
public StiDockStyle getDockStyle()
public StiDoubleClickEvent getDoubleClickEvent()
public final java.util.HashMap<java.lang.String,java.lang.Object> getDrillDownParameters()
public boolean getEnabled()
public StiEventsCollection getEvents()
public boolean getForceRedrawAll()
public StiGetBookmarkEvent getgetBookmarkEvent()
public StiGetDrillDownReportEvent getgetDrillDownReportEvent()
public StiGetHyperlinkEvent getgetHyperlinkEvent()
public StiGetTagEvent getgetTagEvent()
public StiGetToolTipEvent getgetToolTipEvent()
public boolean getGrowToHeight()
getGrowToHeight
in interface IStiGrowToHeight
public java.lang.String getGuid()
getGuid
in interface IStiComponentGuid
public final StiHighlightState getHighlightState()
public StiHyperlinkExpression getHyperlink()
public final java.lang.String getHyperlinkValue()
public final boolean getIsgetTagHandlerEmpty()
public final boolean getIgnoreNamingRule()
public final boolean getInherited()
getInherited
in interface IStiInherited
public StiInteraction getInteraction()
getInteraction
in interface IStiInteraction
public boolean getInvalidateOnMouseOver()
public final boolean getIsDesigning()
public boolean isDesigning()
public final boolean getIsEnabled()
public final boolean getIsEventEmpty()
public final boolean getIsExporting()
public final boolean getIsPrinting()
public boolean getIsRendered()
public double getLeft()
public final int getLevel()
public boolean getLinked()
public boolean getLocked()
public StiSize getMaxSize()
public final StiGraphics getMeasureGraphics()
public StiSize getMinSize()
public StiMouseEnterEvent getMouseEnterEvent()
public StiMouseLeaveEvent getMouseLeaveEvent()
public StiPage getPage()
public StiRectangle getPaintRectangle()
public final StiRectangle getPaintRectangle(boolean convertToHInches, boolean convertByZoom)
convertToHInches
- Convert into hundredths of inch.convertByZoom
- Convert by zoom.
public final StiRectangle getPaintRectangle(boolean convertToHInches, boolean convertByZoom, boolean docking)
convertToHInches
- Convert into hundredths of inch.convertByZoom
- Convert by zoom.docking
- A parameter which specifies a docking of the rectangle to the container.
public StiContainer getParent()
public final StiBookmark getParentBookmark()
public boolean getPlaceOnToolbox()
public boolean getPrintable()
public StiPrintOnType getPrintOn()
getPrintOn
in interface IStiPrintOn
public int getPriority()
public java.lang.String getQuickInfo()
public java.awt.image.BufferedImage getImage(java.lang.Double zoom)
public java.awt.image.BufferedImage getImage(java.lang.Double zoom, StiExportFormat format)
public final int getRenderedCount()
public StiReport getReport()
getReport
in interface IStiReportProperty
public StiEnumSet<StiRestrictions> getRestrictions()
public double getRight()
public int getSelectionTick()
getSelectionTick
in interface IStiSelect
public StiRectangle getSelectRectangle()
public java.lang.String getServiceCategory()
getServiceCategory
in class StiService
public java.lang.Class getServiceType()
getServiceType
in class StiService
public boolean getShift()
getShift
in interface IStiShift
public StiEnumSet<StiShiftMode> getShiftMode()
getShiftMode
in interface IStiShift
public final boolean getShowQuickButtons()
public StiTagExpression getTag()
public java.lang.Object getTagValue()
public java.lang.String getTagStrValue()
public int getToolboxPosition()
public StiToolTipExpression getToolTip()
public final java.lang.String getToolTipValue()
public double getTop()
public void incrementtTop(double value)
public void decrementTop(double value)
public boolean getUseParentStyles()
public double getWidth()
public void InvokeAfterPrint(java.lang.Object sender, StiEventHandlerArgs e)
sender
- A sender which invokes an event.e
- A parameter which contains event data.public void InvokeBeforePrint(java.lang.Object sender, StiEventHandlerArgs e)
sender
- A sender which invokes an event.e
- A parameter which contains event data.public void InvokeClick(java.lang.Object sender, StiEventHandlerArgs e)
sender
- A sender which invokes an event.e
- A parameter which contains event data.public void InvokeDoubleClick(java.lang.Object sender, StiEventHandlerArgs e)
sender
- A sender which invokes an event.e
- A parameter which contains event data.public void invokeEvents()
public final void InvokegetBookmark(java.lang.Object sender, StiValueEventArgs e)
sender
- A sender which invokes an event.e
- A parameter which contains event data.public void InvokegetDrillDownReport(java.lang.Object sender, StiGetDrillDownReportEventArgs e)
sender
- A sender which invokes an event.e
- A parameter which contains event data.public final void InvokegetHyperlink(java.lang.Object sender, StiValueEventArgs e)
sender
- A sender which invokes an event.e
- A parameter which contains event data.public final void InvokegetTag(java.lang.Object sender, StiValueEventArgs e)
sender
- A sender which invokes an event.e
- A parameter which contains event data.public final void InvokegetToolTip(java.lang.Object sender, StiValueEventArgs e)
sender
- A sender which invokes an event.e
- A parameter which contains event data.public void InvokeMouseEnter(java.lang.Object sender, StiEventHandlerArgs e)
sender
- A sender which invokes an event.e
- A parameter which contains event data.public void InvokeMouseLeave(java.lang.Object sender, StiEventHandlerArgs e)
sender
- A sender which invokes an event.e
- A parameter which contains event data.public final void InvokePainted(StiComponent sender, StiPaintEventArgs e)
sender
- A sender which invokes an event.e
- A parameter which contains event data.public final void invokePainting(StiComponent sender, StiPaintArgs e)
sender
- A sender which invokes an event.e
- A parameter which contains event data.public boolean isAutomaticDock()
public boolean getIsCross()
public void OnRemoveComponent()
public void packService()
packService
in class StiService
public final StiPoint PageToComponent(StiPoint point)
point
- A point for converting.
public final StiRectangle PageToComponent(StiRectangle rect)
rect
- A rectangle for converting.
public final boolean PlacedOnColumnBand()
public void RestoreState(java.lang.String stateName)
stateName
- A name of the state being restored.public void saveState(java.lang.String stateName)
saveState
in interface IStiStateSaveRestore
stateName
- A name of the state being saved.public void setAfterPrintEvent(StiAfterPrintEvent value)
public void setAlias(java.lang.String value)
public void setBeforePrintEvent(StiBeforePrintEvent value)
public void setBookmark(StiBookmarkExpression value)
public final void setBookmarkValue(java.lang.String value)
public void setCanGrow(boolean value)
setCanGrow
in interface IStiCanGrow
public void setCanShrink(boolean value)
setCanShrink
in interface IStiCanShrink
public void setClickEvent(StiClickEvent value)
public void setClientRectangle(StiRectangle value)
public final void setComponentPlacement(java.lang.String value)
public void setComponentStyle(java.lang.String value)
public void setConditions(StiConditionsCollection value)
setConditions
in interface IStiConditions
public final void setCurrentBookmark(StiBookmark value)
public final void setDelimiterComponent(boolean value)
public void setDirectDisplayRectangle(StiRectangle rect)
public void setDisplayRectangle(StiRectangle value)
public void setDockable(boolean value)
public void setDockStyle(StiDockStyle value)
public void setDoubleClickEvent(StiDoubleClickEvent value)
public final void setDrillDownParameters(java.util.HashMap<java.lang.String,java.lang.Object> value)
public void setEnabled(boolean value)
public void setgetBookmarkEvent(StiGetBookmarkEvent value)
public void setgetDrillDownReportEvent(StiGetDrillDownReportEvent value)
public void setgetHyperlinkEvent(StiGetHyperlinkEvent value)
public void setgetTagEvent(StiGetTagEvent value)
public void setgetToolTipEvent(StiGetToolTipEvent value)
public void setGrowToHeight(boolean value)
setGrowToHeight
in interface IStiGrowToHeight
public final void setGuid(java.lang.String value)
setGuid
in interface IStiComponentGuid
public final void setHighlightState(StiHighlightState value)
public void setHyperlink(StiHyperlinkExpression value)
public final void setHyperlinkValue(java.lang.String value)
public final void setIgnoreNamingRule(boolean value)
public final void setInherited(boolean value)
setInherited
in interface IStiInherited
public void setInteraction(StiInteraction value)
setInteraction
in interface IStiInteraction
public boolean isExportAsImage(StiExportFormat format)
public void setIsRendered(boolean value)
public void setLeftProp(double left)
public void setLeft(double value)
public void setLinked(boolean value)
public void setLocked(boolean value)
public void setMaxSize(StiSize value)
public void setMinSize(StiSize value)
public void setMouseEnterEvent(StiMouseEnterEvent value)
public void setMouseLeaveEvent(StiMouseLeaveEvent value)
public void setName(java.lang.String value)
setName
in interface IStiName
setName
in class StiBase
public void setPage(StiPage page)
public final void setPaintRectangle(StiRectangle rect)
public void setParent(StiContainer value)
public final void setParentBookmark(StiBookmark value)
public void setPlaceOnToolbox(boolean value)
public void setPrintable(boolean value)
public void setPrintOn(StiPrintOnType value)
setPrintOn
in interface IStiPrintOn
public final void setRenderedCount(int value)
@Deprecated public void setReport(StiReport value)
public void setRestrictions(StiEnumSet<StiRestrictions> value)
public void setSelectionTick(int value)
public void setSelectRectangle(StiRectangle value)
public void setShift(boolean value)
setShift
in interface IStiShift
public void setShiftMode(StiEnumSet<StiShiftMode> value)
setShiftMode
in interface IStiShift
public final void setShowQuickButtons(boolean value)
public void setTag(StiTagExpression value)
public final void setTagValue(java.lang.Object value)
public void setToolTip(StiToolTipExpression value)
public final void setToolTipValue(java.lang.String value)
public void setTopProp(double top)
public void setTop(double value)
public void setUseParentStyles(boolean value)
public void setWidthProp(double width)
public void setWidth(double value)
public java.lang.String toString()
toString
in class java.lang.Object
public void convert(StiUnit oldUnit, StiUnit newUnit, boolean isReportSnapshot, boolean convertComponents)
public void convert(StiUnit oldUnit, StiUnit newUnit)
IStiUnitConvert
convert
in interface IStiUnitConvert
oldUnit
- Old units.newUnit
- New units.public void restoreState(java.lang.String stateName)
IStiStateSaveRestore
restoreState
in interface IStiStateSaveRestore
stateName
- A name of the state being restored.public void clearAllStates()
IStiStateSaveRestore
clearAllStates
in interface IStiStateSaveRestore
public void select()
IStiSelect
select
in interface IStiSelect
public void invert()
IStiSelect
invert
in interface IStiSelect
public void reset()
IStiSelect
reset
in interface IStiSelect
public StiComponent getGroupHeaderBand()
public StiComponent GetGroupHeaderBand()
public StiComponent GetDataBand()
public void InvokeBeginRender()
public void InvokeEndRender()
public StiComponent InternalRender()
public StiComponent render()
public void SetReportVariables()
public void Prepare()
public void UnPrepare()
public void setHeightProp(double height)
public double getHeight()
public void setHeight(double height)
public void setStates(StiStatesManager states)
public StiEnumSet<StiAnchorMode> getAnchor()
public void setAnchor(StiEnumSet<StiAnchorMode> anchor)
anchor
- the anchor to setpublic StiAppExpressionCollection getExpressions()
getExpressions
in interface IStiAppExpressionCollection
public void setExpressions(StiAppExpressionCollection expressions)
setExpressions
in interface IStiAppExpressionCollection
expressions
- the expressions to setpublic void doPointer()
public java.lang.Object getPointerValue()
public void setPointerValue(java.lang.Object pointerValue)
pointerValue
- the pointerValue to setpublic StiPointerExpression getPointer()
public void setPointer(StiPointerExpression pointer)
pointer
- the pointer to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |