|
Servoy 4.1.x Public API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IToolbarPanel
Interface for manipulating the toolbars.
| Method Summary | |
|---|---|
Toolbar |
createToolbar(String name,
String displayName)
Creates a toolbar with a underlying name and display name on the first row possible where it fits. |
Toolbar |
createToolbar(String name,
String displayName,
int wantedRow)
Creates a toolbar with a underlying name and display name on row that is specified. |
Toolbar |
getToolBar(String name)
Returns the toolbar that has the given name. |
String[] |
getToolBarNames()
Returns the current used toolbar names. |
void |
removeToolBar(String name)
Removes the toolbar specified with the name from the toolbar panel |
void |
setToolbarVisible(String name,
boolean visible)
Set the visibility of toolbar with the given name. |
| Method Detail |
|---|
String[] getToolBarNames()
Toolbar createToolbar(String name,
String displayName)
name - The internal name of the toolbardisplayName - The name that is displayed to a user.
Toolbar createToolbar(String name,
String displayName,
int wantedRow)
name - The internal name of the toolbardisplayName - The name that is displayed to a user.wantedRow - The row where it should be displayed.
void removeToolBar(String name)
name - Toolbar getToolBar(String name)
name - The name
void setToolbarVisible(String name,
boolean visible)
name - visible -
|
Copyright © 2009 Servoy B.V. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||