public static interface AbstractAdministratorSource.SpecificationContext
AbstractAdministratorSource.getSpecification()
.Modifier and Type | Method and Description |
---|---|
void |
addProperty(AdministratorSourceProperty property)
Adds a property.
|
void |
addProperty(String name)
Adds a property.
|
void |
addProperty(String name,
String label)
Adds a property.
|
void addProperty(String name)
name
- Name of property that is also used as the label.void addProperty(String name, String label)
name
- Name of property.label
- Label for the property.void addProperty(AdministratorSourceProperty property)
property
- AdministratorSourceProperty
.Copyright © 2005–2016. All rights reserved.