Class f_progressMonitorDialog
Object
f_object
f_shell
f_dialog
f_progressMonitorDialog
- All Implemented Interfaces:
- fa_eventTarget, fa_progressIndicator
public class f_progressMonitorDialog
- extends f_dialog
- implements fa_progressIndicator
f_progressMonitorDialog represents popup modal.
| Fields inherited from class f_shell |
ABOUT_TO_CLOSE_STATUS, APPLICATION_MODAL_STYLE, CLOSED_STATUS, CLOSE_BUTTON_EVENT, CLOSE_STYLE, CLOSING_STATUS, COPY_STYLESHEET, CREATED_STATUS, DESTROYED_STATUS, DESTROYING_STATUS, FRAME_ELEMENT, GREYED_BACKGROUND_MODE, HIDE_SCREEN_STYLE, H_SCROLL_STYLE, LIGHT_CONTAINER_STYLE, LIGHT_GREYED_BACKGROUND_MODE, MAX_STYLE, MIN_STYLE, MODELESS_STYLE, MOVE_STYLE, OPAQUE_BACKGROUND_MODE, OPENED_STATUS, OPENING_STATUS, PRIMARY_MODAL_STYLE, RESIZE_STYLE, TITLE_STYLE, TRANSPARENT, TRANSPARENT_BACKGROUND_MODE, V_SCROLL_STYLE |
| Methods inherited from class f_shell |
_toString, f_cancelNextShell, f_close, f_finalize, f_getBackgroundMode, f_getHeight, f_getId, f_getPriority, f_getShellDecoratorName, f_getStatus, f_getStyle, f_getStyleClass, f_getTitle, f_getWidth, f_isNextShellCanceled, f_open, f_setBackgroundMode, f_setHeight, f_setPriority, f_setShellDecorator, f_setShellDecoratorName, f_setStyleClass, f_setTitle, f_setWidth |
REMAINING_TIME
public static final Number REMAINING_TIME
f_progressMonitorDialog
public f_progressMonitorDialog()
Construct a new f_viewDialog with the specified
initial values.
f_run
public void f_run(Function runFunction,
boolean cancelable)
- Parameters:
runFunction - cancelable -
f_setProgressTitle
public void f_setProgressTitle(String text)
- Parameters:
text -
Create
public static f_progressMonitorDialog Create(String title,
any status,
Document doc)
- Parameters:
title - doc -
f_getProgressBar
public f_progressBar f_getProgressBar()
toString
public String toString()
- Description copied from class:
Object
- Returns a string representing the specified object.
- Overrides:
toString in class f_object
f_enableRemainingTime
public undefined f_enableRemainingTime()