public class SectionPanel.SectionComponent extends AdvancedPanel implements DesktopRemovalAwareComponent
| Constructor and Description |
|---|
SectionComponent(Section section) |
| Modifier and Type | Method and Description |
|---|---|
void |
desktopRemoved(Desktop desktop) |
void |
detach() |
void |
doOnOpen() |
Div |
getContainer() |
String |
getSclass()
Overrided getSclass and setSclass to fix bug in Google Chrome/Safari constat processing (PLA-9446)
|
Section |
getSection() |
boolean |
isAlwaysOpen() |
boolean |
isInitialized() |
void |
markHeader(int status) |
void |
render() |
void |
setAlwaysOpen(boolean alwaysOpen) |
void |
setInitialized(boolean initialized) |
void |
setOpen(boolean open) |
void |
setParent(Component parent) |
void |
setSclass(String sclass) |
void |
updateFromModel() |
doOnClose, getCaptionContainer, getLabel, setLabel, setLabelSClasspublic SectionComponent(Section section)
public String getSclass()
public void setSclass(String sclass)
public void setOpen(boolean open)
setOpen in class AdvancedPanelpublic void markHeader(int status)
public Div getContainer()
public void updateFromModel()
public void render()
public Section getSection()
public void doOnOpen()
doOnOpen in class AdvancedPanelpublic void desktopRemoved(Desktop desktop)
desktopRemoved in interface DesktopRemovalAwareComponentpublic void detach()
public void setParent(Component parent)
public void setInitialized(boolean initialized)
public boolean isInitialized()
public boolean isAlwaysOpen()
public void setAlwaysOpen(boolean alwaysOpen)
Copyright © 2017 SAP SE. All Rights Reserved.