| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IButton> |
ICrmDocumentationDataProvider.getAllButtons()
Returns all button items of the project.
|
java.util.List<? extends IButton> |
ICrmDocumentationDataProvider.getAllButtons(int sortingCriterion)
Returns all button items of the project.
|
java.util.List<? extends IButton> |
ICrmDocumentationDataProvider.getAllButtons(java.lang.String sortingProperty)
Returns all button items of the project.
|
java.util.List<? extends IButton> |
ICrmDocumentationDataProvider.getAllButtonsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all button items which have been modified the last time with the commit
identified by the given history item (each time, a user commits the project,
a history item is created).
|
java.util.List<? extends IButton> |
ICrmDocumentationDataProvider.getAllRootButtons()
Returns all root button items of the project.
|
java.util.List<? extends IButton> |
ICrmDocumentationDataProvider.getAllRootButtons(int sortingCriterion)
Returns all root button items of the project.
|
java.util.List<? extends IButton> |
ICrmDocumentationDataProvider.getAllRootButtons(java.lang.String sortingProperty)
Returns all root button items of the project.
|
java.util.List<? extends IButton> |
IFolder.getButtonChildren()
Returns the button children.
|
java.util.List<? extends IButton> |
IFolder.getButtonChildren(int sortingCriterion)
Returns the button children.
|
java.util.List<? extends IButton> |
IFolder.getButtonChildren(java.lang.String sortingProperty)
Returns the button children.
|
java.util.List<? extends IButton> |
IApplet.getContainedButtons()
Returns the contained button items.
|
java.util.List<? extends IButton> |
IApplet.getContainedButtons(int sortingCriterion)
Returns the contained button items.
|
java.util.List<? extends IButton> |
IApplet.getContainedButtons(java.lang.String sortingProperty)
Returns the contained button items.
|