Class StiDialogInfoItem

java.lang.Object
com.stimulsoft.report.dictionary.StiDialogInfoItem
Direct Known Subclasses:
StiDialogInfoItem.StiBoolDialogInfoItem, StiDialogInfoItem.StiCharDialogInfoItem, StiDialogInfoItem.StiDateOnlyDialogInfoItem, StiDialogInfoItem.StiDateTimeDialogInfoItem, StiDialogInfoItem.StiDateTimeOffsetDialogInfoItem, StiDialogInfoItem.StiDecimalDialogInfoItem, StiDialogInfoItem.StiDoubleDialogInfoItem, StiDialogInfoItem.StiExpressionDialogInfoItem, StiDialogInfoItem.StiGuidDialogInfoItem, StiDialogInfoItem.StiImageDialogInfoItem, StiDialogInfoItem.StiLongDialogInfoItem, StiDialogInfoItem.StiRangeDialogInfoItem, StiDialogInfoItem.StiStringDialogInfoItem, StiDialogInfoItem.StiTimeOnlyDialogInfoItem, StiDialogInfoItem.StiTimeSpanDialogInfoItem

public abstract class StiDialogInfoItem extends Object
Copyright Stimulsoft
  • Field Details

    • KeyObject

      public Object KeyObject
    • KeyObjectTo

      public Object KeyObjectTo
    • ValueBinding

      public List<Object> ValueBinding
    • Value

      protected String Value
    • checked

      public boolean checked
  • Constructor Details

    • StiDialogInfoItem

      public StiDialogInfoItem()
  • Method Details

    • getComponentId

      public StiComponentId getComponentId()
    • getPropName

      public String getPropName()
    • getKey

      public Object getKey()
      Returns:
      the keyObject
    • setKey

      public void setKey(Object keyObject)
      Parameters:
      keyObject - the keyObject to set
    • getTo

      public Object getTo()
      Returns:
      the keyObjectTo
    • setTo

      public void setTo(Object keyObjectTo)
      Parameters:
      keyObjectTo - the keyObjectTo to set
    • getFrom

      public Object getFrom()
    • setFrom

      public void setFrom(Object keyObjectTo)
      Parameters:
      keyObjectTo - the keyObjectTo to set
    • getValue

      public String getValue()
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Parameters:
      value - the value to set
    • toString

      public String toString(StiDateTimeType dateTimeType)