public class Action extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PDF |
static String |
PRINT |
static String |
PRINTPREVIEW |
| Constructor and Description |
|---|
Action(org.jdom.Element e)
Creates a new instance of Action.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.jdom.Element |
getElement(boolean selected)
DOCUMENT ME!
|
String |
getId()
DOCUMENT ME!
|
String |
getTitle()
DOCUMENT ME!
|
void |
setId(String id)
DOCUMENT ME!
|
void |
setTitle(String title)
DOCUMENT ME!
|
String |
toString() |
public static final String PRINTPREVIEW
public static final String PDF
public static final String PRINT
public org.jdom.Element getElement(boolean selected)
selected - DOCUMENT ME!public String getTitle()
public void setTitle(String title)
title - DOCUMENT ME!public String getId()
public void setId(String id)
id - DOCUMENT ME!Copyright © 2012–2025 cismet GmbH. All rights reserved.