public class AccessClientsSearchData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<PrincipalTypeVO,AccessClientsSearchData> |
MANAGED_TYPES |
static ListProperty<PrincipalTypeVO,AccessClientsSearchData> |
VISIBLE_TYPES |
| Constructor and Description |
|---|
AccessClientsSearchData() |
AccessClientsSearchData(Property<T,? super AccessClientsSearchData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<PrincipalTypeVO> |
getManagedTypes() |
java.util.List<PrincipalTypeVO> |
getVisibleTypes() |
void |
setManagedTypes(java.util.List<PrincipalTypeVO> managedTypes) |
void |
setVisibleTypes(java.util.List<PrincipalTypeVO> visibleTypes) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final ListProperty<PrincipalTypeVO,AccessClientsSearchData> MANAGED_TYPES
public static final ListProperty<PrincipalTypeVO,AccessClientsSearchData> VISIBLE_TYPES
public AccessClientsSearchData()
public AccessClientsSearchData(Property<T,? super AccessClientsSearchData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.util.List<PrincipalTypeVO> getManagedTypes()
public void setManagedTypes(java.util.List<PrincipalTypeVO> managedTypes)
public java.util.List<PrincipalTypeVO> getVisibleTypes()
public void setVisibleTypes(java.util.List<PrincipalTypeVO> visibleTypes)