Package | Description |
---|---|
com.manydesigns.portofino.pageactions.crud | |
com.manydesigns.portofino.pageactions.crud.configuration | |
com.manydesigns.portofino.pageactions.crud.reflection |
Modifier and Type | Method and Description |
---|---|
protected CrudProperty |
ModelSelectionProviderSupport.findProperty(String name,
List<CrudProperty> properties) |
protected CrudProperty |
AbstractCrudAction.findProperty(String name,
List<CrudProperty> properties)
Searches in a list of properties for a property with a given name.
|
Modifier and Type | Method and Description |
---|---|
protected CrudProperty |
ModelSelectionProviderSupport.findProperty(String name,
List<CrudProperty> properties) |
protected CrudProperty |
AbstractCrudAction.findProperty(String name,
List<CrudProperty> properties)
Searches in a list of properties for a property with a given name.
|
Modifier and Type | Class and Description |
---|---|
class |
VirtualCrudProperty |
Modifier and Type | Field and Description |
---|---|
protected List<CrudProperty> |
CrudConfiguration.properties |
Modifier and Type | Method and Description |
---|---|
List<CrudProperty> |
CrudConfiguration.getProperties() |
Modifier and Type | Field and Description |
---|---|
protected CrudProperty |
CrudPropertyAccessor.crudProperty |
Modifier and Type | Method and Description |
---|---|
static CrudProperty |
CrudAccessor.findCrudPropertyByName(CrudConfiguration crudConfiguration,
String propertyName) |
CrudProperty |
CrudPropertyAccessor.getCrudProperty() |
Constructor and Description |
---|
CrudPropertyAccessor(CrudProperty crudProperty,
PropertyAccessor nestedAccessor,
boolean inKey) |