public abstract class StiPrimitive extends StiComponent
canGrow, canShrink, componentPlacement, conditions, interaction, isRendered, page, parent, parentBookmark, PropertyComponentStyle, PropertyDelimiterComponent, PropertyDockable, PropertyInherited, PropertyLinked, PropertyLocked, PropertyMaxSize, PropertyMinSize, PropertyPlaceOnToolbox, PropertyRenderedCount, PropertyRestrictions, PropertySelectionTick, PropertyShowQuickButtons, PropertyUseParentStyles, top, widthpropertiesREFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiPrimitive()
Creates a new StiPrimitive.
|
StiPrimitive(StiRectangle rect)
Creates a new StiPrimitive.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
StiRectangle |
getClientRectangle()
Gets or sets the client area of a component.
|
StiComponentType |
getComponentType()
Gets the type of processing when printing.
|
StiConditionsCollection |
getConditions()
gets or sets the collection of conditions.
|
StiRectangle |
getDisplayRectangle()
Gets or sets a rectangle of the component which it fills.
|
StiDockStyle |
getDockStyle()
gets or sets a type of the component docking.
|
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 |
getLocalizedCategory()
Gets a localized name of the component category.
|
int |
getPriority()
Gets a component priority.
|
boolean |
getShift()
gets or sets a value which indicates that this component can be shifted.
|
boolean |
getUseParentStyles()
gets or sets a value which indicates that this component must use styles from parent
component.
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setCanGrow(boolean value) |
void |
setCanShrink(boolean value) |
void |
setClientRectangle(StiRectangle value) |
void |
setConditions(StiConditionsCollection value) |
void |
setDirectDisplayRectangle(StiRectangle rect) |
void |
setDisplayRectangle(StiRectangle value) |
void |
setDockStyle(StiDockStyle value) |
void |
setGrowToHeight(boolean value) |
void |
setShift(boolean value) |
void |
setUseParentStyles(boolean value) |
addSize, AllowPrintOn, applyConditions, canContainIn, CheckForParentComponent, clearAllStates, ClearAllStates, ClearContents, clone, clone, ComponentToPage, ComponentToPage, ComponentToPage, convert, convert, decrementTop, doBookmark, DoBookmark, DockToContainer, DockToContainer, doGetBookmark, DoOffsetRect, fillComponentPlacement, getActualSize, getAfterPrintEvent, getAlias, getAllowDelete, getAnchor, getBeforePrintEvent, getBookmark, getBookmarkValue, getBottom, getBuilder, getClickEvent, getComponentPlacement, getComponentStyle, getContainer, getCurrentBookmark, getDataBand, GetDataBand, getDefaultClientRectangle, getDelimiterComponent, getDisplayRectangle1, getDockable, getDockRegion, getDockRegion, getDoubleClickEvent, getDrillDownParameters, getEnabled, getEvents, getForceRedrawAll, getgetBookmarkEvent, getgetDrillDownReportEvent, getgetHyperlinkEvent, getgetTagEvent, getgetToolTipEvent, getGroupHeaderBand, GetGroupHeaderBand, getGuid, getHeight, getHighlightState, getHyperlink, getHyperlinkValue, getIgnoreNamingRule, getImage, getImage, getInherited, getInteraction, getInvalidateOnMouseOver, getIsCross, getIsDesigning, getIsEnabled, getIsEventEmpty, getIsExporting, getIsgetTagHandlerEmpty, getIsPrinting, getIsRendered, getIsSelected, getLeft, getLevel, getLinked, getLocked, getMaxSize, getMeasureGraphics, getMinSize, getMouseEnterEvent, getMouseLeaveEvent, getPage, getPaintRectangle, getPaintRectangle, getPaintRectangle, getParent, getParentBookmark, getPlaceOnToolbox, getPrintable, getPrintOn, getQuickInfo, getRenderedCount, getReport, getRestrictions, getRight, getSelectionTick, getSelectRectangle, getServiceCategory, getServiceType, getShiftMode, getShowQuickButtons, getStates, getTag, getTagValue, getToolboxPosition, getToolTip, getToolTipValue, getTop, getWidth, incrementtTop, InternalRender, invert, InvokeAfterPrint, InvokeBeforePrint, InvokeBeginRender, InvokeClick, InvokeDoubleClick, InvokeEndRender, invokeEvents, InvokegetBookmark, InvokegetDrillDownReport, InvokegetHyperlink, InvokegetTag, InvokegetToolTip, InvokeMouseEnter, InvokeMouseLeave, InvokePainted, invokePainting, isAutomaticDock, isDesigning, isExportAsImage, IsParentSelect, LoadFromJsonObject, NewGuid, OnAfterPrint, OnBeforePrint, OnClick, OnDoubleClick, OngetBookmark, OngetDrillDownReport, OngetHyperlink, OngetTag, OngetToolTip, OnMouseEnter, OnMouseLeave, OnPainted, OnPainting, OnRemoveComponent, packService, PageToComponent, PageToComponent, paint, PlacedOnColumnBand, Prepare, render, reset, Reset, restoreState, RestoreState, saveState, select, setAfterPrintEvent, setAlias, setAnchor, setBeforePrintEvent, setBookmark, setBookmarkValue, setClickEvent, setComponentPlacement, setComponentStyle, setCurrentBookmark, setDelimiterComponent, setDockable, setDoubleClickEvent, setDrillDownParameters, setEnabled, setgetBookmarkEvent, setgetDrillDownReportEvent, setgetHyperlinkEvent, setgetTagEvent, setgetToolTipEvent, setGuid, setHeight, setHeightProp, setHighlightState, setHyperlink, setHyperlinkValue, setIgnoreNamingRule, setInherited, setInteraction, setIsRendered, setIsSelected, setLeft, setLeftProp, setLinked, setLocked, setMaxSize, setMinSize, setMouseEnterEvent, setMouseLeaveEvent, setName, setPage, setPaintRectangle, setParent, setParentBookmark, setPlaceOnToolbox, setPrintable, setPrintOn, setRenderedCount, setReport, SetReportVariables, setRestrictions, setSelectionTick, setSelectRectangle, setShiftMode, setShowQuickButtons, setStates, setTag, setTagValue, setToolTip, setToolTipValue, setTop, setTopProp, setWidth, setWidthProp, toString, UnPreparegetLocalizedName, getName, getServiceNamegetProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, properties, setProperties, setServiceEnabledcleanReference, getReference, setReferencepublic StiPrimitive()
public StiPrimitive(StiRectangle rect)
rect - The rectangle describes size and position of the component.public boolean getCanShrink()
StiComponentgetCanShrink in interface IStiCanShrinkgetCanShrink in class StiComponentpublic void setCanShrink(boolean value)
setCanShrink in interface IStiCanShrinksetCanShrink in class StiComponentpublic boolean getCanGrow()
StiComponentgetCanGrow in interface IStiCanGrowgetCanGrow in class StiComponentpublic void setCanGrow(boolean value)
setCanGrow in interface IStiCanGrowsetCanGrow in class StiComponentpublic boolean getShift()
StiComponentgetShift in interface IStiShiftgetShift in class StiComponentpublic void setShift(boolean value)
setShift in interface IStiShiftsetShift in class StiComponentpublic boolean getUseParentStyles()
StiComponentgetUseParentStyles in class StiComponentpublic void setUseParentStyles(boolean value)
setUseParentStyles in class StiComponentpublic StiDockStyle getDockStyle()
StiComponentgetDockStyle in class StiComponentpublic void setDockStyle(StiDockStyle value)
setDockStyle in class StiComponentpublic boolean getGrowToHeight()
StiComponentgetGrowToHeight in interface IStiGrowToHeightgetGrowToHeight in class StiComponentpublic void setGrowToHeight(boolean value)
setGrowToHeight in interface IStiGrowToHeightsetGrowToHeight in class StiComponentpublic final StiConditionsCollection getConditions()
StiComponentgetConditions in interface IStiConditionsgetConditions in class StiComponentpublic final void setConditions(StiConditionsCollection value)
setConditions in interface IStiConditionssetConditions in class StiComponentpublic java.lang.String getLocalizedCategory()
getLocalizedCategory in class StiBasepublic StiComponentType getComponentType()
getComponentType in class StiComponentpublic int getPriority()
getPriority in class StiComponentpublic StiRectangle getClientRectangle()
getClientRectangle in class StiComponentpublic void setClientRectangle(StiRectangle value)
setClientRectangle in class StiComponentpublic StiRectangle getDisplayRectangle()
getDisplayRectangle in class StiComponentpublic void setDisplayRectangle(StiRectangle value)
setDisplayRectangle in class StiComponentpublic void setDirectDisplayRectangle(StiRectangle rect)
setDirectDisplayRectangle in class StiComponentpublic JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiComponentJSONExceptionCopyright © 2019 Stimulsoft. All Rights Reserved.