|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Objectf_object
f_shell
public final class f_shell
f_shell represents popup window.
| Field Summary | |
|---|---|
static Number |
ABOUT_TO_CLOSE_STATUS
|
static Number |
APPLICATION_MODAL_STYLE
Style constant for application modal behavior |
static Number |
CLOSED_STATUS
|
static String |
CLOSE_BUTTON_EVENT
|
static Number |
CLOSE_STYLE
Style constant for close box trim |
static Number |
CLOSING_STATUS
|
static Number |
COPY_STYLESHEET
Copy styleSheet from the main frame |
static Number |
CREATED_STATUS
|
static Number |
DESTROYED_STATUS
|
static Number |
DESTROYING_STATUS
|
static Number |
FRAME_ELEMENT
Force the body of the shell to be an IFrame |
static String |
GREYED_BACKGROUND_MODE
|
static Number |
HIDE_SCREEN_STYLE
Style constant for hide background |
static Number |
H_SCROLL_STYLE
Style constant for horizontal scrollbar behavior |
static Number |
LIGHT_CONTAINER_STYLE
Style constant |
static String |
LIGHT_GREYED_BACKGROUND_MODE
|
static Number |
MAX_STYLE
Style constant for maximize box trim |
static Number |
MIN_STYLE
Style constant for minimize box trim |
static Number |
MODELESS_STYLE
Style constant for modeless behavior |
static Number |
MOVE_STYLE
Style constant for resize area trim |
static String |
OPAQUE_BACKGROUND_MODE
|
static Number |
OPENED_STATUS
|
static Number |
OPENING_STATUS
|
static Number |
PRIMARY_MODAL_STYLE
Style constant for primary modal behavior |
static Number |
RESIZE_STYLE
Style constant for resize area trim |
static Number |
TITLE_STYLE
Style constant for title area trim |
static Number |
TRANSPARENT
The frame can be transparent |
static String |
TRANSPARENT_BACKGROUND_MODE
|
static Number |
V_SCROLL_STYLE
Style constant for vertical scrollbar behavior |
| Constructor Summary | |
|---|---|
f_shell(Number style,
Function drawingFunction,
Function returnValueFunction)
Construct a new f_shell with the specified
initial values. |
|
| Method Summary | |
|---|---|
String |
_toString()
|
void |
f_cancelNextShell()
|
void |
f_close(Function returnValue)
|
void |
f_finalize()
Destruct a f_shell. |
String |
f_getBackgroundMode()
Return the background mode. |
String |
f_getHeight()
Return the height. |
String |
f_getId()
|
Number |
f_getPriority()
Return the priority. |
String |
f_getShellDecoratorName()
Return the shellDecoratorName String. |
Number |
f_getStatus()
|
Number |
f_getStyle()
Return the style of the shell. |
String |
f_getStyleClass()
|
String |
f_getTitle(any title)
|
Number |
f_getWidth()
Return the width. |
boolean |
f_isNextShellCanceled()
|
void |
f_open(Function returnValueFunction)
|
void |
f_setBackgroundMode(String backgroundMode)
Sets the background mode. |
void |
f_setHeight(Number height)
Sets Height. |
void |
f_setPriority(Number priority)
Sets the priority. |
void |
f_setShellDecorator(f_shellDecorator shellDecorator)
|
void |
f_setShellDecoratorName(String shellDecoratorName)
Sets the shellDecoratorName String. |
void |
f_setStyleClass(String styleClass)
|
void |
f_setTitle(String title)
|
void |
f_setWidth(Number width)
Sets width. |
| Methods inherited from class fa_eventTarget |
|---|
f_addEventListener, f_fireEvent, f_removeEventListener |
| Methods inherited from class f_object |
|---|
f_getClass, toString |
| Methods inherited from class Object |
|---|
toString |
| Field Detail |
|---|
public static final Number PRIMARY_MODAL_STYLE
public static final Number DESTROYED_STATUS
public static final Number RESIZE_STYLE
public static final Number CLOSE_STYLE
public static final Number MIN_STYLE
public static final String CLOSE_BUTTON_EVENT
public static final Number MAX_STYLE
public static final Number OPENED_STATUS
public static final String OPAQUE_BACKGROUND_MODE
public static final Number APPLICATION_MODAL_STYLE
public static final String TRANSPARENT_BACKGROUND_MODE
public static final String LIGHT_GREYED_BACKGROUND_MODE
public static final String GREYED_BACKGROUND_MODE
public static final Number DESTROYING_STATUS
public static final Number HIDE_SCREEN_STYLE
public static final Number ABOUT_TO_CLOSE_STATUS
public static final Number V_SCROLL_STYLE
public static final Number OPENING_STATUS
public static final Number MOVE_STYLE
public static final Number CLOSED_STATUS
public static final Number LIGHT_CONTAINER_STYLE
public static final Number TRANSPARENT
public static final Number H_SCROLL_STYLE
public static final Number TITLE_STYLE
public static final Number FRAME_ELEMENT
public static final Number MODELESS_STYLE
public static final Number COPY_STYLESHEET
public static final Number CLOSING_STATUS
public static final Number CREATED_STATUS
| Constructor Detail |
|---|
public f_shell(Number style,
Function drawingFunction,
Function returnValueFunction)
Construct a new f_shell with the specified
initial values.
style - the style of control to constructdrawingFunction - returnValueFunction - | Method Detail |
|---|
public void f_setHeight(Number height)
Sets Height.
height - public String f_getBackgroundMode()
Return the background mode.
public String f_getHeight()
Return the height.
public void f_setWidth(Number width)
Sets width.
width - public Number f_getStyle()
Return the style of the shell.
public void f_setShellDecoratorName(String shellDecoratorName)
Sets the shellDecoratorName String.
shellDecoratorName - public void f_cancelNextShell()
public void f_setTitle(String title)
title - public Number f_getWidth()
Return the width.
public void f_finalize()
Destruct a f_shell.
public Number f_getPriority()
Return the priority.
public void f_setShellDecorator(f_shellDecorator shellDecorator)
shellDecorator - public String _toString()
public void f_setBackgroundMode(String backgroundMode)
Sets the background mode.
backgroundMode - background mode : transparent, greyed, opaquepublic void f_setPriority(Number priority)
Sets the priority.
priority - public void f_open(Function returnValueFunction)
returnValueFunction - public String f_getStyleClass()
public void f_setStyleClass(String styleClass)
styleClass - public boolean f_isNextShellCanceled()
public String f_getTitle(any title)
public Number f_getStatus()
public String f_getShellDecoratorName()
Return the shellDecoratorName String.
public String f_getId()
public void f_close(Function returnValue)
returnValue -
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||