|
||||||||||
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.StiDateTimePickerControl
public class StiDateTimePickerControl
Represents a Windows date-time picker 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 | |
---|---|
StiDateTimePickerControl()
Creates a new StiDateTimePickerControl. |
|
StiDateTimePickerControl(StiRectangle rect)
Creates a new StiDateTimePickerControl. |
Method Summary | |
---|---|
java.lang.String |
getCustomFormat()
Gets or sets the custom date-time format string. |
StiEvent |
GetDefaultEvent()
Gets default event for this report control. |
StiEventsCollection |
getEvents()
Return events collection of this component; |
java.lang.String |
getFormat()
|
double |
getHeight()
Gets or sets the height of the control. |
java.lang.String |
getLocalizedName()
Gets a localized component name. |
java.util.Calendar |
getMaxDate()
Gets or sets the maximum date and time that can be selected in the control. |
java.lang.String |
getMaxDateBinding()
Gets the data bindings for the max date. |
java.util.Calendar |
getMinDate()
Gets or sets the minimum date and time that can be selected in the control. |
java.lang.String |
getMinDateBinding()
Gets the data bindings for the min date. |
boolean |
getShowUpDown()
Gets or sets a value indicating whether an up-down control is used to adjust the date-time value. |
boolean |
getToday()
Gets or sets value which indicates the date is set equal current date. |
int |
getToolboxPosition()
Gets value to sort a position in the toolbox. |
java.util.Calendar |
getValue()
Gets or sets the date-time value assigned to the control. |
java.lang.String |
getValueBinding()
Gets the data bindings for the value. |
StiValueChangedEvent |
getValueChangedEvent()
Gets or sets a script of the event ValueChanged. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setCustomFormat(java.lang.String value)
|
void |
setFormat(java.lang.String format)
|
void |
setHeight(double value)
|
void |
setMaxDate(java.util.Calendar value)
|
void |
setMaxDateBinding(java.lang.String value)
|
void |
setMinDate(java.util.Calendar value)
|
void |
setMinDateBinding(java.lang.String value)
|
void |
setShowUpDown(boolean value)
|
void |
setToday(boolean value)
|
void |
setValue(java.util.Calendar value)
|
void |
setValueBinding(java.lang.String value)
|
void |
setValueChangedEvent(StiValueChangedEvent 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 StiDateTimePickerControl()
public StiDateTimePickerControl(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 StiValueChangedEvent getValueChangedEvent()
public void setValueChangedEvent(StiValueChangedEvent value)
public final java.lang.String getValueBinding()
public final void setValueBinding(java.lang.String value)
public final java.lang.String getMaxDateBinding()
public final void setMaxDateBinding(java.lang.String value)
public final java.lang.String getMinDateBinding()
public final void setMinDateBinding(java.lang.String value)
public double getHeight()
getHeight
in class StiReportControl
public void setHeight(double value)
setHeight
in class StiReportControl
public boolean getShowUpDown()
public void setShowUpDown(boolean value)
public boolean getToday()
public void setToday(boolean value)
public java.lang.String getCustomFormat()
public void setCustomFormat(java.lang.String value)
public java.util.Calendar getMaxDate()
public void setMaxDate(java.util.Calendar value)
public java.util.Calendar getMinDate()
public void setMinDate(java.util.Calendar value)
public java.util.Calendar getValue()
getValue
in interface IStiDateTimePickerControl
public void setValue(java.util.Calendar value)
setValue
in interface IStiDateTimePickerControl
public StiEvent GetDefaultEvent()
GetDefaultEvent
in interface IStiReportControl
GetDefaultEvent
in class StiReportControl
public java.lang.String getFormat()
public void setFormat(java.lang.String format)
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 |