java.io.Serializable@SessionScoped
@Named("customizer")
public class ToolBarCustomizer
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ToolBarCustomizer.Item |
| Constructor | Description |
|---|---|
ToolBarCustomizer() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<ToolBarCustomizer.Item> |
getList() |
|
void |
itemDown(javax.faces.event.ActionEvent event) |
|
void |
itemUp(javax.faces.event.ActionEvent event) |
|
java.lang.String |
resetList() |
public java.lang.String resetList()
public void itemUp(javax.faces.event.ActionEvent event)
public void itemDown(javax.faces.event.ActionEvent event)
public java.util.List<ToolBarCustomizer.Item> getList()
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.