public class ClientSelection
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FLAG_ALL |
static java.lang.String |
FLAG_RESET |
Constructor and Description |
---|
ClientSelection() |
Modifier and Type | Method and Description |
---|---|
void |
addIndex(int j) |
void |
addRange(SelectionRange range) |
int |
getActiveRowIndex() |
java.util.List<SelectionRange> |
getRanges() |
java.lang.String |
getSelectionFlag() |
boolean |
isReset() |
boolean |
isSelectAll() |
boolean |
isSelected(int i) |
void |
setActiveRowIndex(int activeRowIndex) |
void |
setSelectionFlag(java.lang.String selectionFlag) |
public static final java.lang.String FLAG_RESET
public static final java.lang.String FLAG_ALL
public void addRange(SelectionRange range)
public boolean isSelected(int i)
public java.util.List<SelectionRange> getRanges()
public void addIndex(int j)
public boolean isReset()
public boolean isSelectAll()
public java.lang.String getSelectionFlag()
public void setSelectionFlag(java.lang.String selectionFlag)
public int getActiveRowIndex()
public void setActiveRowIndex(int activeRowIndex)
Copyright © 2013. All Rights Reserved.