|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jstatcom.ts.Selection
public final class Selection
Represents a selection of the the TSSel
component that is XML
serializable.
Field Summary | |
---|---|
static javolution.xml.XmlFormat<Selection> |
Selection_XML
XML format field for (de)serialization. |
Constructor Summary | |
---|---|
Selection()
|
Method Summary | |
---|---|
JSCDRange |
getEnclosingRange()
Gets the enclosing date range object. |
JSCNArray |
getSelectedIndices()
Gets the array with the selected indices in the correct order. |
JSCDRange |
getSelectedRange()
Gets the selected date range object. |
void |
setEnclosingRange(JSCDRange enclosingRange)
Sets the enclosing date range. |
void |
setSelectedIndices(JSCNArray selectedIndices)
Sets the array with the selected indices. |
void |
setSelectedRange(JSCDRange selectedRange)
Sets the selected date range. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final javolution.xml.XmlFormat<Selection> Selection_XML
Constructor Detail |
---|
public Selection()
Method Detail |
---|
public JSCNArray getSelectedIndices()
public void setSelectedIndices(JSCNArray selectedIndices)
selectedIndices
- array with selected indices
java.lang.IllegalArgumentException
- if (selectedIndices == null)
public JSCDRange getSelectedRange()
public void setSelectedRange(JSCDRange selectedRange)
selectedRange
- date range
java.lang.IllegalArgumentException
- if (selectedRange == null)
public JSCDRange getEnclosingRange()
public void setEnclosingRange(JSCDRange enclosingRange)
enclosingRange
- date range
java.lang.IllegalArgumentException
- if (enclosingRange == null)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |