All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
afterCompose() |
protected void |
appendPanelSpecificMenuItems(Menupopup menuPopUp) |
protected void |
appendSectionSpecificMenuItems(Menupopup menuPopUp,
Section section) |
protected void |
appendViewSettingsMenu(Menupopup menuPopUp) |
void |
attacheValidationMenupopup(SectionRow row,
Menupopup menuPopup) |
protected void |
collapseAllSections(SectionPanel.SectionComponent exclude) |
HtmlBasedComponent |
createRowComponent(Section section,
SectionRow row,
Component rowContainer,
Component sectionContentContainer) |
SectionPanel.SectionRowComponent |
createRowComponent(Section section,
SectionRow row,
Component rowContainer,
Component sectionContentContainer,
String labelWidth) |
protected Menupopup |
createRowContextMenu(SectionRow row,
Section section) |
protected Menu |
createRowsMenu(Section section) |
protected Div |
createRowValueContainer(SectionRow row) |
protected Menupopup |
createSectionContextMenu(Section section) |
void |
desktopRemoved(Desktop desktop) |
void |
detach() |
protected void |
doRowHidden(SectionRow row) |
protected void |
doRowShown(SectionRow row) |
protected void |
doRowUpdated(SectionRow row) |
protected void |
doSectionAdded(Section section) |
protected void |
doSectionHidden(Section section) |
protected void |
doSectionRemoved(Section section) |
protected void |
doSectionShown(Section section) |
protected void |
doSectionUpdated(Section section) |
protected void |
expandAllSections() |
void |
focusNext(SectionRow row,
String nextIso) |
Set<SectionRow> |
getAllRows() |
protected List<SectionPanel.SectionComponent> |
getAllSectionComponents() |
protected Menupopup |
getContextMenu() |
String |
getImageUrl() |
protected Component |
getInfoContainer() |
String |
getLabel() |
protected Component |
getLabelContainer() |
protected Component |
getMainBorderlayout() |
MessageBoxRenderer |
getMessageBoxRenderer() |
protected Component |
getMessageContainer() |
List<Message> |
getMessages() |
SectionPanelModel |
getModel() |
protected SectionRow |
getNextVisibleRow(SectionRow row) |
protected SectionPanel.SectionRowComponent |
getRowComponent(SectionRow row) |
String |
getRowLabelWidth() |
protected Section |
getSection(SectionRow row) |
SectionPanel.SectionComponent |
getSectionComponent(Section section) |
protected Component |
getSectionContainer() |
protected Component |
getSectionContainerDiv() |
SectionPanelLabelRenderer |
getSectionPanelLabelRenderer() |
SectionRenderer |
getSectionRenderer() |
SectionRowRenderer |
getSectionRowRenderer() |
SectionRow |
getSelectedRow() |
void |
handleKeyDown() |
protected void |
highlightRow(SectionRow sectionRow) |
boolean |
isAlternateOpen() |
protected boolean |
isCollectionReference(PropertyDescriptor propertyDescriptor) |
boolean |
isEditMode() |
boolean |
isFlatSectionLayout() |
boolean |
isLazyLoad() |
boolean |
isSectionsChangeAllowed() |
void |
onCtrlKey(KeyEvent keyEvent) |
void |
onDrop(DropEvent event) |
void |
onPageDetached(Page page) |
void |
onPortalMoved(PortalMoveEvent event) |
void |
onShowAllMessages() |
protected void |
registerRowComponent(Section section,
SectionRow row,
SectionPanel.SectionRowComponent comp) |
protected void |
registerSectionComponent(Section section,
SectionPanel.SectionComponent comp) |
protected void |
renderRowValue(Component valueContainer,
SectionRow row) |
protected void |
renderRowValue(Component valueContainer,
SectionRow row,
boolean useRowRenderer) |
protected void |
resetInfoContainer() |
protected void |
resetRowsMenu(SectionPanel panel,
Section section,
Menupopup nmp) |
protected void |
resetSectionMenu(Menu menu) |
protected void |
resetView() |
void |
setAlternateOpen(boolean alternateOpen) |
void |
setEditMode(boolean editMode) |
void |
setFlatSectionLayout(boolean flatSectionLayout) |
void |
setLazyLoad(boolean lazyLoad) |
void |
setMessageBoxRenderer(MessageBoxRenderer messageBoxRenderer) |
void |
setModel(SectionPanelModel model) |
void |
setRowLabelWidth(String rowLabelWidth) |
void |
setRowStatus(SectionRow row,
int status,
String localizedMsg) |
void |
setSectionHeaderStatus(Section section,
int status) |
void |
setSectionPanelLabelRenderer(SectionPanelLabelRenderer sectionPanelLabelRenderer) |
void |
setSectionRenderer(SectionRenderer sectionRenderer) |
void |
setSectionRowRenderer(SectionRowRenderer sectionRowRenderer) |
void |
setSectionsChangeAllowed(boolean sectionsChangeAllowed) |
void |
setSelectedRow(SectionRow selectedRow) |
void |
setSelectedRow(SectionRow selectedRow,
boolean highlight) |
protected void |
unregisterRowComponents(Section section) |
protected void |
updateMode(Component parent) |
protected void |
updateSectionPositions() |