|
Clearspace API (2.5.29) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocumentTypeElement | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Clearspace. |
| Uses of DocumentTypeElement in com.jivesoftware.community |
|---|
| Subinterfaces of DocumentTypeElement in com.jivesoftware.community | |
|---|---|
interface |
DocumentField
The DocumentType interface allows for an arbitrary number of document fields to be created for each document type. |
interface |
DocumentTypeLabelElement
Used to specify labels in the DocumentCreation process |
interface |
DocumentTypeSectionElement
Used to specify a Section of Elements in the Document creation process. |
interface |
MultiOptionDocumentField
An extension of the document field interface to support multi optioned field types such as radio and selection lists. |
| Methods in com.jivesoftware.community that return DocumentTypeElement | |
|---|---|
DocumentTypeElement |
DocumentType.addBuiltInElement(DocumentTypeElement.Type type)
Used to create and add a new built-in type element to this DocumentTypeSectionElement. |
DocumentTypeElement |
DocumentTypeSectionElement.addBuiltInElement(DocumentTypeElement.Type type)
Used to create and add a new built-in type element to this DocumentTypeSectionElement. |
| Methods in com.jivesoftware.community that return types with arguments of type DocumentTypeElement | |
|---|---|
List<DocumentTypeElement> |
DocumentType.getDocumentElements()
Returns the elements that make up this document type as a list of DocumentTypeElements. |
List<DocumentTypeElement> |
DocumentTypeSectionElement.getDocumentElements()
Returns a list of all the Document Elements associated with this DocumentSection |
List<DocumentTypeElement> |
DocumentType.getDocumentElements(DocumentTypeElement.Type type)
Returns the elements that make up this document type and match the given type. |
| Methods in com.jivesoftware.community with parameters of type DocumentTypeElement | |
|---|---|
boolean |
DocumentType.containsElement(DocumentTypeElement element)
A convenience method for checking whether the document type contains the specified field |
void |
DocumentType.deleteDocumentElement(DocumentTypeElement element)
Removes the specified DocumentTypeElement from this DocumentType |
void |
DocumentTypeSectionElement.deleteDocumentElement(DocumentTypeElement element)
Removes the specified DocumentTypeElement from this DocumentType |
void |
DocumentType.setDocumentElementIndex(DocumentTypeElement element,
int index)
Sets the index where the specified DocumentTypeElement should appear |
void |
DocumentTypeSectionElement.setDocumentElementIndex(DocumentTypeElement element,
int index)
Sets the index where the specified DocumentTypeElement should appear |
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||