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)
PropertiesPageManager
registerFactory
in interface PropertiesPageManager
public List<PropertiesPage> getPages(String groupID, Object obj)
PropertiesPageManager
getPages
in interface PropertiesPageManager