Package org.luwrain.popups
Class FormPopup
java.lang.Object
org.luwrain.controls.NavigationArea
org.luwrain.controls.FormArea
org.luwrain.popups.FormPopup
- All Implemented Interfaces:
ClipboardTranslator.Provider,RegionTextQueryTranslator.Provider,Area,HotPoint,HotPointControl,Lines,Popup,PopupClosingTranslator.Provider
-
Nested Class Summary
Nested classes/interfaces inherited from class org.luwrain.controls.FormArea
FormArea.Item, FormArea.ListChoosing, FormArea.MultilineEditChangeListener, FormArea.MultilineEditUpdating, FormArea.TypeNested classes/interfaces inherited from interface org.luwrain.core.Popup
Popup.Flags, Popup.Position -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final PopupClosingTranslatorprotected final Luwrainprotected final Set<Popup.Flags>Fields inherited from class org.luwrain.controls.FormArea
context, items, mlEdit, mlEditChangeListeners, mlEditContent, mlEditHotPoint, multilineEditCaption, multilineEditEnabled, name, nextAutoNameNumFields inherited from class org.luwrain.controls.NavigationArea
clipboardTranslator, hotPointTransCount, hotPointX, hotPointY, regionPoint, regionTextQueryTranslator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanonCancel()booleanonInputEvent(InputEvent event) booleanonOk()booleanonSystemEvent(SystemEvent event) booleanMethods inherited from class org.luwrain.controls.FormArea
activateMultilineEdit, activateMultilineEdit, activateMultilineEdit, addCheckbox, addCheckbox, addEdit, addEdit, addEdit, addList, addPasswd, addStatic, addStatic, addStatic, announceLine, clear, createMultilineEditParams, findItemByIndex, findItemByName, getAreaName, getCheckboxState, getEnteredText, getEnteredText, getItemCount, getItemNameOnLine, getItemNewAutoName, getItemObj, getItemObjByName, getItemTypeOnLine, getLine, getLineCount, getMultilineEditChangeListeners, getMultilineEditContent, getMultilineEditHotPoint, getMultilineEditText, getMultilineEditText, getNewHotPointX, getSelectedListItem, hasItemWithName, isHotPointInMultilineEdit, isMultilineEditActivated, isMultilineEditEnabled, isPointInMultilineEdit, multilineEditHasCaption, notifyChangeListeners, onAreaQuery, removeItemByName, removeItemOnLine, setAreaName, setEnteredText, updateItems, updateMultilineEditMethods inherited from class org.luwrain.controls.NavigationArea
beginHotPointTrans, defaultLineAnnouncement, endHotPointTrans, getAreaActions, getHotPointX, getHotPointY, getLineNotNull, getNextBlockLine, getPrevBlockLine, getRegionPoint, getValidLineCount, isBlockBoundLine, onAltEnd, onAltHome, onAltLeft, onAltRight, onClipboardCopy, onClipboardCopyAll, onDeleteRegion, onEnd, onHome, onMoveDown, onMoveLeft, onMoveRight, onMoveUp, onPageDown, onPageUp, onRegionTextQuery, redraw, reset, setHotPoint, setHotPointX, setHotPointYMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.luwrain.core.Area
getAreaActions, getAreaName, getHotPointX, getHotPointY, onAreaQueryMethods inherited from interface org.luwrain.core.Lines
getLine, getLineCount
-
Field Details
-
closing
-
luwrain
-
popupFlags
-
-
Constructor Details
-
FormPopup
-
-
Method Details
-
onInputEvent
- Specified by:
onInputEventin interfaceArea- Overrides:
onInputEventin classFormArea
-
onSystemEvent
- Specified by:
onSystemEventin interfaceArea- Overrides:
onSystemEventin classFormArea
-
onOk
public boolean onOk()- Specified by:
onOkin interfacePopupClosingTranslator.Provider
-
onCancel
public boolean onCancel()- Specified by:
onCancelin interfacePopupClosingTranslator.Provider
-
getLuwrainObject
- Specified by:
getLuwrainObjectin interfacePopup
-
isPopupActive
public boolean isPopupActive()- Specified by:
isPopupActivein interfacePopup
-
wasCancelled
public boolean wasCancelled() -
getPopupFlags
- Specified by:
getPopupFlagsin interfacePopup
-