|
com.im.ijc.core/1 5.9.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<AbstractViewTopComponent.PrintType>
com.im.ijc.core.api.views.AbstractViewTopComponent.PrintType
public static enum AbstractViewTopComponent.PrintType
| Enum Constant Summary | |
|---|---|
PRINT
Normal print to printer. |
|
PRINT_PREVIEW
Open print preview windows. |
|
PRINT_TO_FILE
Print to file (pdf,...). |
|
| Method Summary | |
|---|---|
static AbstractViewTopComponent.PrintType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AbstractViewTopComponent.PrintType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AbstractViewTopComponent.PrintType PRINT
public static final AbstractViewTopComponent.PrintType PRINT_PREVIEW
public static final AbstractViewTopComponent.PrintType PRINT_TO_FILE
| Method Detail |
|---|
public static AbstractViewTopComponent.PrintType[] values()
for (AbstractViewTopComponent.PrintType c : AbstractViewTopComponent.PrintType.values()) System.out.println(c);
public static AbstractViewTopComponent.PrintType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
com.im.ijc.core/1 5.9.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||