public class OrganizerZKComponent extends Borderlayout implements DesktopRemovalAwareComponentExt
| Modifier and Type | Field and Description |
|---|---|
static String |
BREADCUMB_SPACER_CLASS |
static String |
BTN_PAGE_MODE |
static String |
NORMAL_TITLE_CLASS |
static String |
PATH_DELIMITER |
static String |
PREVIEW_TITLE_CLASS |
static String |
SELECTED_CLASS |
| Constructor and Description |
|---|
OrganizerZKComponent() |
| Modifier and Type | Method and Description |
|---|---|
Component |
createLayoutComponent(String id) |
void |
desktopRemoved(Desktop desktop) |
void |
enableListMode(boolean enabled) |
void |
enableNormalMode(boolean enabled) |
void |
enablePreviewMode(boolean enabled) |
void |
gainFocus() |
Collection<Component> |
getAdditionalComponents() |
protected Component |
getPathComponent() |
boolean |
gotFocus() |
boolean |
hasContainer(String id) |
void |
listBoxShowing() |
void |
normalShowing() |
void |
onEvent(Event event) |
void |
previewShowing(boolean disableSinglePageView) |
protected void |
resizeAllBorderLayouts() |
void |
setFlowboxContextMenu(Object opened) |
void |
setNodes(List<Object> nodes) |
void |
setTitle(Object opened) |
void |
showGrids(boolean on) |
void |
showLayoutComponent(String id) |
void |
updateEditToolbar(String img,
String tooltip,
boolean disableSinglePageView)
"single page view" button can be disabled for certain pages, i.e: pages with two grids of different slots
quantity.
|
void |
updateZoom(int value) |
public static final String SELECTED_CLASS
public static final String NORMAL_TITLE_CLASS
public static final String PREVIEW_TITLE_CLASS
public static final String PATH_DELIMITER
public static final String BREADCUMB_SPACER_CLASS
public static final String BTN_PAGE_MODE
public void desktopRemoved(Desktop desktop)
desktopRemoved in interface DesktopRemovalAwareComponentpublic Collection<Component> getAdditionalComponents()
getAdditionalComponents in interface DesktopRemovalAwareComponentExtpublic Component createLayoutComponent(String id)
protected Component getPathComponent()
public void gainFocus()
public boolean gotFocus()
public boolean hasContainer(String id)
public void showLayoutComponent(String id)
public void setTitle(Object opened)
protected void resizeAllBorderLayouts()
public void updateEditToolbar(String img, String tooltip, boolean disableSinglePageView)
public void updateZoom(int value)
public void previewShowing(boolean disableSinglePageView)
public void normalShowing()
public void listBoxShowing()
public void showGrids(boolean on)
public void setFlowboxContextMenu(Object opened)
public void enablePreviewMode(boolean enabled)
public void enableNormalMode(boolean enabled)
public void enableListMode(boolean enabled)
public void onEvent(Event event)
Copyright © 2017 SAP SE. All Rights Reserved.