public class Selection extends Object implements Serializable
| Constructor and Description | 
|---|
Selection(DirectorySelectItem[] columns)  | 
| Modifier and Type | Method and Description | 
|---|---|
DirectorySelectItem | 
getColumn(int i)  | 
DirectorySelectItem[] | 
getColumns()  | 
String | 
getColumnValue(int i)  | 
String[] | 
getLabels()  | 
String | 
getParentKey(int index,
            boolean qualifiedParentKeys,
            String keySeparator)  | 
int | 
getSize()  | 
String | 
getValue()  | 
String | 
getValue(String keySeparator)  | 
String[] | 
getValues()  | 
String | 
toString()  | 
public Selection(DirectorySelectItem[] columns)
public DirectorySelectItem[] getColumns()
public DirectorySelectItem getColumn(int i)
public String getColumnValue(int i)
public String getParentKey(int index, boolean qualifiedParentKeys, String keySeparator)
public int getSize()
Copyright © 2019 Nuxeo. All rights reserved.