public class DefaultPropertiesPageManager extends Object implements PropertiesPageManager
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCESS_PAGE_AUTHORIZATION |
| Constructor and Description |
|---|
DefaultPropertiesPageManager() |
| Modifier and Type | Method and Description |
|---|---|
List<PropertiesPage> |
getPages(String groupID,
Object obj)
Get a list of the property page instances that can be show for the object.
|
void |
registerFactory(PropertiesPageFactory factory)
Register a new PropertiesPageFactory in this manager.
|
public static final String ACCESS_PAGE_AUTHORIZATION
public void registerFactory(PropertiesPageFactory factory)
PropertiesPageManagerregisterFactory in interface PropertiesPageManagerpublic List<PropertiesPage> getPages(String groupID, Object obj)
PropertiesPageManagergetPages in interface PropertiesPageManager