|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OwDocument | |
|---|---|
| com.wewebu.ow.server.app | |
| com.wewebu.ow.server.dmsdialogs | |
| com.wewebu.ow.server.dmsdialogs.views | |
| com.wewebu.ow.server.ui | |
| Uses of OwDocument in com.wewebu.ow.server.app |
|---|
| Subclasses of OwDocument in com.wewebu.ow.server.app | |
|---|---|
class |
OwMasterDocument
Document Module base class for the Main Area Plugins. |
| Uses of OwDocument in com.wewebu.ow.server.dmsdialogs |
|---|
| Methods in com.wewebu.ow.server.dmsdialogs that return OwDocument | |
|---|---|
protected OwDocument |
OwCreateObjectDialog.createDocument()
Factory method for document creation |
| Uses of OwDocument in com.wewebu.ow.server.dmsdialogs.views |
|---|
| Subclasses of OwDocument in com.wewebu.ow.server.dmsdialogs.views | |
|---|---|
class |
OwObjectLinksDocument
Document class of OwObjectLinksView. |
class |
OwPermissionsDocument
OwPermissionCollection facade document. |
class |
OwPolicyLevelDocument
OwPermissionCollection policy facade document for OwPolicyLevelView |
class |
OwPrivilegesDocument
OwPermissionCollection privilege facade document for OwPrivilegesView |
class |
OwPrivilegeSetEditorDocument
OwPrivilegeSet document facade for the OwPrivilegeSetEditor view. |
class |
OwSplitObjectListDocument
Models several object collections called splits. |
| Fields in com.wewebu.ow.server.dmsdialogs.views declared as OwDocument | |
|---|---|
protected OwDocument |
OwStandardBatchPropertiesHandler.m_document
the document |
| Methods in com.wewebu.ow.server.dmsdialogs.views with parameters of type OwDocument | |
|---|---|
static OwObjectListView.OwFilter |
OwObjectListView.createFilter(Collection filterprops_p,
OwFieldDefinitionProvider fieldDefinitionProvider_p,
String sResourceName_p,
String sID_p,
OwDocument doc_p)
Create a filter with a Collection of OwFieldDefinition for the properties to be filtered and fieldDefinitionProvider for wildcard conversion |
static OwObjectListView.OwFilter |
OwObjectListView.createFilter(Collection filterprops_p,
String sID_p,
OwDocument doc_p)
create a filter with a Collection of OwFieldDefinition for the properties to be filtered |
| Constructors in com.wewebu.ow.server.dmsdialogs.views with parameters of type OwDocument | |
|---|---|
OwStandardBatchPropertiesHandler(OwDocument document_p)
Constructor. |
|
| Uses of OwDocument in com.wewebu.ow.server.ui |
|---|
| Fields in com.wewebu.ow.server.ui declared as OwDocument | |
|---|---|
OwDocument |
OwDialog.m_iDEBUG_InitDocument
init document must not change in dialog if it changes, attached views may not be detached and cause memory overflow |
| Methods in com.wewebu.ow.server.ui that return OwDocument | |
|---|---|
OwDocument |
OwView.getDocument()
gets the reference to the document |
| Methods in com.wewebu.ow.server.ui with parameters of type OwDocument | |
|---|---|
void |
OwView.setDocument(OwDocument doc_p)
Sets the reference to the document. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||