| Modifier and Type | Method and Description |
|---|---|
void |
ConstraintGroupsSectionRenderer.render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
void |
ConstraintsSectionRenderer.render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentsSectionRenderer.render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DrillableSelectorSection |
interface |
SectionSelectorSection |
interface |
SelectorSection
Section which allows the user to select items and handle events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDrillableSelectorSection |
class |
AbstractSelectorSection
Abstract class to be used by
selector sections implementations. |
class |
DefaultSectionSelectorSection |
class |
NavigationPanelSection |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractNavigationAreaModel.hideSection(Section section) |
void |
NavigationSectionRenderer.render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
void |
AbstractNavigationAreaModel.showSection(Section section) |
| Modifier and Type | Method and Description |
|---|---|
protected TreeModel |
TypeSelectorSectionRenderer.getTreeModel(Section section) |
protected TreeUtils.TreeState |
TypeSelectorSectionRenderer.getTreeState(Section section) |
protected boolean |
TypeSelectorSectionRenderer.isShowTypeCode(Section section) |
void |
DefaultSelectorSectionRenderer.render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
void |
InfoBoxRenderer.render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
abstract void |
AbstractNavigationAreaSectionRenderer.render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
void |
QuerySectionRenderer.render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
void |
WorkflowSectionRenderer.render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
void |
DefaultDrillableSelectorSectionRenderer.render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
void |
TypeSelectorSectionRenderer.render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
void |
OpenBoxesSectionRenderer.render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
void |
DefaultSectionSelectorSectionRenderer.render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
void |
UndoSectionRenderer.render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
void |
SpecialCollectionSectionRenderer.render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
protected void |
TypeSelectorSectionRenderer.renderList(SectionPanel panel,
Component parent,
Component captionComponent,
Section section)
Renders a type list
|
protected void |
TypeSelectorSectionRenderer.renderTree(SectionPanel panel,
Component parent,
Component captionComponent,
Section section)
Renders a type tree
|
protected void |
TypeSelectorSectionRenderer.setTreeModel(Tree tree,
TreeModel model,
Section section) |
protected void |
TypeSelectorSectionRenderer.showTypeCode(boolean value,
Section section) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EditableSection |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSection |
| Modifier and Type | Method and Description |
|---|---|
Section |
SectionEvent.getSection() |
Section |
SectionPanel.SectionComponent.getSection() |
Section |
RowEvent.getSection() |
protected Section |
SectionPanel.getSection(SectionRow row) |
Section |
AbstractSectionPanelModel.getSectionByLabel(java.lang.String label) |
Section |
DefaultSectionPanelModel.getSectionForRow(SectionRow row) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Section> |
SectionPanelModel.getSections() |
java.util.List<Section> |
AbstractSectionPanelModel.getSections() |
| Modifier and Type | Method and Description |
|---|---|
void |
SectionPanelModel.addSection(Section section) |
void |
AbstractSectionPanelModel.addSection(Section section) |
void |
DefaultSectionPanelModel.addSection(Section section,
java.util.List<SectionRow> rows) |
protected void |
SectionPanel.appendSectionSpecificMenuItems(Menupopup menuPopUp,
Section section) |
HtmlBasedComponent |
SectionPanel.createRowComponent(Section section,
SectionRow row,
Component rowContainer,
Component sectionContentContainer) |
SectionPanel.SectionRowComponent |
SectionPanel.createRowComponent(Section section,
SectionRow row,
Component rowContainer,
Component sectionContentContainer,
java.lang.String labelWidth) |
protected Menupopup |
SectionPanel.createRowContextMenu(SectionRow row,
Section section) |
protected Menu |
SectionPanel.createRowsMenu(Section section) |
protected Menupopup |
SectionPanel.createSectionContextMenu(Section section) |
protected void |
SectionPanel.doSectionAdded(Section section) |
protected void |
SectionPanel.doSectionHidden(Section section) |
protected void |
SectionPanel.doSectionRemoved(Section section) |
protected void |
SectionPanel.doSectionShown(Section section) |
protected void |
SectionPanel.doSectionUpdated(Section section) |
void |
SectionPanelListener.expanded(Section section,
boolean value) |
protected void |
AbstractSectionPanelModel.fireRowMoved(Section source,
Section target) |
protected void |
AbstractSectionPanelModel.fireSectionAdded(Section section) |
protected void |
AbstractSectionPanelModel.fireSectionHeaderChange(Section section,
int status) |
protected void |
AbstractSectionPanelModel.fireSectionHide(Section section) |
protected void |
AbstractSectionPanelModel.fireSectionRemoved(Section section) |
protected void |
AbstractSectionPanelModel.fireSectionRenamed(Section section) |
protected void |
AbstractSectionPanelModel.fireSectionShow(Section section) |
protected void |
AbstractSectionPanelModel.fireSectionUpdate(Section section) |
java.util.List<SectionRow> |
DefaultSectionPanelModel.getRows(Section section) |
java.util.List<SectionRow> |
RowlayoutSectionPanelModel.getRows(Section section) |
SectionPanel.SectionComponent |
SectionPanel.getSectionComponent(Section section) |
void |
DefaultSectionPanelModel.hideSection(Section section) |
abstract void |
AbstractSectionPanelModel.hideSection(Section section) |
void |
SectionPanelListener.labelChanged(Section section) |
void |
DefaultSectionPanelModel.moveRow(SectionRow row,
Section sectionTo,
int index) |
void |
AbstractSectionPanelModel.moveSection(Section section,
int index) |
protected void |
SectionPanel.registerRowComponent(Section section,
SectionRow row,
SectionPanel.SectionRowComponent comp) |
protected void |
SectionPanel.registerSectionComponent(Section section,
SectionPanel.SectionComponent comp) |
void |
DefaultSectionPanelModel.removeSection(Section section) |
void |
SectionPanelModel.removeSection(Section section) |
void |
AbstractSectionPanelModel.removeSection(Section section) |
void |
AbstractSectionPanelModel.renameSection(Section section,
java.lang.String label) |
void |
DefaultSectionRenderer.render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
void |
SectionRenderer.render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
protected void |
SectionPanel.resetRowsMenu(SectionPanel panel,
Section section,
Menupopup nmp) |
void |
SectionPanelListener.sectionAdded(Section section) |
void |
SectionPanelListener.sectionHeaderStatusChange(Section section,
int status) |
void |
SectionPanelListener.sectionHide(Section section) |
void |
SectionPanelListener.sectionRemoved(Section section) |
void |
SectionPanelListener.sectionShow(Section section) |
void |
SectionPanelListener.sectionUpdate(Section section) |
void |
AbstractSectionPanelModel.sectionUpdated(Section section) |
void |
DefaultSectionPanelModel.setRows(Section section,
java.util.List<SectionRow> rows) |
void |
DefaultSectionPanelModel.setSectionHeaderStatus(Section section,
int status) |
void |
SectionPanel.setSectionHeaderStatus(Section section,
int status) |
void |
RowlayoutSectionPanelModel.setSectionHeaderStatus(Section section,
int status) |
void |
DefaultSectionPanelModel.showSection(Section section) |
void |
SectionPanelModel.showSection(Section section) |
abstract void |
AbstractSectionPanelModel.showSection(Section section) |
protected void |
SectionPanel.unregisterRowComponents(Section section) |
| Modifier and Type | Method and Description |
|---|---|
void |
SectionPanelModel.addSections(java.util.List<Section> sections) |
void |
AbstractSectionPanelModel.addSections(java.util.List<Section> sections) |
void |
SectionPanelModel.removeSections(java.util.Collection<Section> sections) |
void |
AbstractSectionPanelModel.removeSections(java.util.Collection<Section> sections) |
void |
SectionPanelModel.setSections(java.util.List<Section> sections) |
void |
AbstractSectionPanelModel.setSections(java.util.List<Section> newSections) |
| Constructor and Description |
|---|
RowEvent(java.lang.String name,
SectionPanel target,
Section section,
SectionRow sectionRow) |
SectionChangeEvent(java.lang.String name,
Component target,
Section section) |
SectionComponent(Section section) |
SectionEvent(java.lang.String name,
Component target,
Section section) |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaEditorSectionConfiguration.MediaEditorSectionRenderer.render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
| Modifier and Type | Method and Description |
|---|---|
void |
UINavigationArea.addSection(Section section) |
void |
EditorAreaController.onShowAllRows(Section section,
SectionPanel panel) |
void |
UINavigationArea.removeSection(Section section) |
| Modifier and Type | Method and Description |
|---|---|
void |
UINavigationArea.addSections(java.util.List<Section> sections) |
void |
UINavigationArea.removeSections(java.util.Collection<Section> sections) |
void |
UINavigationArea.setSections(java.util.List<Section> sections) |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomEditorSection |
class |
EditorSection |
class |
NewItemSection |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractUINavigationArea.addSection(Section section) |
void |
AbstractEditorAreaController.onShowAllRows(Section section,
SectionPanel panel) |
void |
AbstractEditorAreaController.registerSectionUpdateHandler(java.util.Set<PropertyDescriptor> propertyDescriptors,
java.util.Set<ObjectType> types,
Section section) |
void |
AbstractUINavigationArea.removeSection(Section section) |
void |
EditorSectionRenderer.render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
protected void |
EditorSectionRenderer.renderLater(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
protected void |
AbstractEditorAreaController.updateHiddenFieldsArea(Component propertyArea,
SectionPanelModel model,
Section section) |
void |
EditorSectionRenderer.updatePropertyArea(Component propertyArea,
SectionPanelModel model,
Section section) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractUINavigationArea.addSections(java.util.List<Section> sections) |
void |
AbstractUINavigationArea.removeSections(java.util.Collection<Section> sections) |
void |
AbstractUINavigationArea.setSections(java.util.List<Section> sections) |
| Modifier and Type | Method and Description |
|---|---|
void |
BundleCatalogSectionRenderer.render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
| Modifier and Type | Method and Description |
|---|---|
void |
JobHistoryNavSectionRenderer.render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogNavigationAreaModel.hideSection(Section section) |
void |
CatalogNavigationAreaModel.showSection(Section section) |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogSectionRenderer.render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
void |
CatalogSelectorSectionRenderer.render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
abstract void |
AbstractCatalogNavigationAreaSectionRenderer.render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
void |
FavoritesSectionRenderer.render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalTaxesSectionRenderer.render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
Copyright © 2018 SAP SE. All Rights Reserved.