@Generated(value={}) public class LabelController_ extends Object
| Modifier and Type | Field and Description |
|---|---|
static juzu.impl.plugin.controller.descriptor.ControllerDescriptor |
DESCRIPTOR |
| Constructor and Description |
|---|
LabelController_() |
| Modifier and Type | Method and Description |
|---|---|
static juzu.request.Phase.Resource.Dispatch |
changeColor(Long labelId,
String color) |
static juzu.request.Phase.Resource.Dispatch |
createLabel(String name,
Long parentId) |
static juzu.request.Phase.Resource.Dispatch |
deleteLabel(Long labelId) |
static juzu.request.Phase.Resource.Dispatch |
getAllLabels() |
static juzu.request.Phase.Resource.Dispatch |
openConfirmDeleteLabelDialog(Long labelId) |
static juzu.request.Phase.Resource.Dispatch |
openEditLabelDialog(Long labelId) |
static juzu.request.Phase.Resource.Dispatch |
toggleHidden(Long labelId) |
static juzu.request.Phase.Resource.Dispatch |
toggleShowHiddenLabel() |
static juzu.request.Phase.Resource.Dispatch |
updateLabel(Long labelId,
String lblName,
Long parentId) |
public static final juzu.impl.plugin.controller.descriptor.ControllerDescriptor DESCRIPTOR
public static juzu.request.Phase.Resource.Dispatch deleteLabel(Long labelId)
public static juzu.request.Phase.Resource.Dispatch updateLabel(Long labelId, String lblName, Long parentId)
public static juzu.request.Phase.Resource.Dispatch toggleShowHiddenLabel()
public static juzu.request.Phase.Resource.Dispatch openEditLabelDialog(Long labelId)
public static juzu.request.Phase.Resource.Dispatch createLabel(String name, Long parentId)
public static juzu.request.Phase.Resource.Dispatch changeColor(Long labelId, String color)
public static juzu.request.Phase.Resource.Dispatch toggleHidden(Long labelId)
public static juzu.request.Phase.Resource.Dispatch getAllLabels()
public static juzu.request.Phase.Resource.Dispatch openConfirmDeleteLabelDialog(Long labelId)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.