|
||||||||||
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.complexcomponents.StiContainer
com.stimulsoft.report.dialogs.StiReportControl
com.stimulsoft.report.dialogs.StiListBoxControl
public class StiListBoxControl
Represents a Windows list box control.
Field Summary |
---|
Fields inherited from class com.stimulsoft.report.components.complexcomponents.StiContainer |
---|
border, brush, collapsingIndex, components, ParentComponentIsBand, ParentComponentIsCrossBand |
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 | |
---|---|
StiListBoxControl()
Creates a new StiListBoxControl. |
|
StiListBoxControl(StiRectangle rect)
Creates a new StiListBoxControl. |
Method Summary | |
---|---|
StiRectangle |
getDefaultClientRectangle()
Gets or sets the default client area of a component. |
StiEvent |
GetDefaultEvent()
Gets default event for this report control. |
StiEventsCollection |
getEvents()
Return events collection of this component; |
StiColor |
getForeColor()
Gets or sets the foreground color of the control. |
int |
getItemHeight()
Gets or sets the height of an item in the ListBox. |
java.util.ArrayList |
getItems()
Gets the items of the ListBox. |
java.lang.String |
getItemsBinding()
Gets the data bindings for the items. |
java.lang.String |
getLocalizedName()
Gets a localized component name. |
int |
getSelectedIndex()
Gets or sets the zero-based index of the currently selected item in a ListBox. |
java.lang.String |
getSelectedIndexBinding()
Gets the data bindings for the selected index. |
StiSelectedIndexChangedEvent |
getSelectedIndexChangedEvent()
Gets or sets a script of the event SelectedIndexChanged. |
java.lang.Object |
getSelectedItem()
Gets or sets the currently selected item in the ListBox. |
java.lang.String |
getSelectedItemBinding()
Gets the data bindings for the selected item. |
java.lang.Object |
getSelectedValue()
Gets or sets the value of the member property specified by the ValueMember property. |
java.lang.String |
getSelectedValueBinding()
Gets the data bindings for the selected value. |
boolean |
getSorted()
Gets or sets a value indicating whether the items in the ListBox are sorted alphabetically. |
int |
getToolboxPosition()
Gets value to sort a position in the toolbox. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setForeColor(StiColor value)
|
void |
setItemHeight(int value)
|
void |
setItems(java.util.ArrayList value)
|
void |
setItemsBinding(java.lang.String value)
|
void |
setSelectedIndex(int value)
|
void |
setSelectedIndexBinding(java.lang.String value)
|
void |
setSelectedIndexChangedEvent(StiSelectedIndexChangedEvent value)
|
void |
setSelectedItem(java.lang.Object value)
|
void |
setSelectedItemBinding(java.lang.String value)
|
void |
setSelectedValue(java.lang.Object value)
|
void |
setSelectedValueBinding(java.lang.String value)
|
void |
setSorted(boolean value)
|
Methods inherited from class com.stimulsoft.report.StiBase |
---|
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.base.serializing.interfaceobject.IStiSerializableRef |
---|
getReference, setReference |
Constructor Detail |
---|
public StiListBoxControl()
public StiListBoxControl(StiRectangle rect)
rect
- The rectangle describes sizes and position of the control.Method Detail |
---|
public StiEventsCollection getEvents()
getEvents
in class StiReportControl
public int getToolboxPosition()
getToolboxPosition
in class StiReportControl
public java.lang.String getLocalizedName()
getLocalizedName
in class StiReportControl
public StiSelectedIndexChangedEvent getSelectedIndexChangedEvent()
public void setSelectedIndexChangedEvent(StiSelectedIndexChangedEvent value)
public final java.lang.String getItemsBinding()
public final void setItemsBinding(java.lang.String value)
public final java.lang.String getSelectedItemBinding()
public final void setSelectedItemBinding(java.lang.String value)
public final java.lang.String getSelectedValueBinding()
public final void setSelectedValueBinding(java.lang.String value)
public final java.lang.String getSelectedIndexBinding()
public final void setSelectedIndexBinding(java.lang.String value)
public StiColor getForeColor()
StiReportControl
getForeColor
in class StiReportControl
public void setForeColor(StiColor value)
setForeColor
in class StiReportControl
public java.util.ArrayList getItems()
public void setItems(java.util.ArrayList value)
public int getItemHeight()
public void setItemHeight(int value)
public int getSelectedIndex()
public void setSelectedIndex(int value)
public java.lang.Object getSelectedItem()
public void setSelectedItem(java.lang.Object value)
public java.lang.Object getSelectedValue()
public void setSelectedValue(java.lang.Object value)
public boolean getSorted()
public void setSorted(boolean value)
public StiEvent GetDefaultEvent()
GetDefaultEvent
in interface IStiReportControl
GetDefaultEvent
in class StiReportControl
public StiRectangle getDefaultClientRectangle()
getDefaultClientRectangle
in class StiReportControl
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiReportControl
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiReportControl
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |