Package io.keikaiex.ui.dialog
Class PasteSpecialCtrl
- java.lang.Object
-
- org.zkoss.zk.ui.select.SelectorComposer<org.zkoss.zul.Window>
-
- io.keikaiex.ui.dialog.impl.DialogCtrlBase
-
- io.keikaiex.ui.dialog.impl.RefocusDialogCtrlBase
-
- io.keikaiex.ui.dialog.PasteSpecialCtrl
-
- All Implemented Interfaces:
Serializable
,org.zkoss.zk.ui.util.ComponentActivationListener
,org.zkoss.zk.ui.util.ComponentCloneListener
,org.zkoss.zk.ui.util.Composer<org.zkoss.zul.Window>
,org.zkoss.zk.ui.util.ComposerExt<org.zkoss.zul.Window>
public class PasteSpecialCtrl extends RefocusDialogCtrlBase
- Author:
- Sam
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.keikaiex.ui.dialog.impl.DialogCtrlBase
DialogCtrlBase.Entry
-
-
Field Summary
Fields Modifier and Type Field Description static String
ARG_BOOK_TYPE
static String
ARG_PASTE_OP
static String
ARG_PASTE_TYPE
static String
ARG_SKIP_BLANK
static String
ARG_TRANSPOSE
protected org.zkoss.zul.Radio
comment
protected org.zkoss.zul.Radiogroup
operationRadiogroup
protected org.zkoss.zul.Radiogroup
pasteTypeRadiogroup
protected org.zkoss.zul.Checkbox
skipBlankBox
protected org.zkoss.zul.Checkbox
transposeBox
static String
URI
protected org.zkoss.zul.Radio
validation
-
Fields inherited from class io.keikaiex.ui.dialog.impl.RefocusDialogCtrlBase
ARG_SPREADSHEET
-
Fields inherited from class io.keikaiex.ui.dialog.impl.DialogCtrlBase
ARG_CALLBACK, callback, ON_CANCEL, ON_OK
-
-
Constructor Summary
Constructors Constructor Description PasteSpecialCtrl()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doAfterCompose(org.zkoss.zul.Window w)
protected Range.PasteOperation
getPasteOperation()
protected Range.PasteType
getPasteType()
void
onCancel()
void
onClick$okBtn()
static void
show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, Book.BookType type, Spreadsheet ss)
-
Methods inherited from class io.keikaiex.ui.dialog.impl.RefocusDialogCtrlBase
detach
-
Methods inherited from class io.keikaiex.ui.dialog.impl.DialogCtrlBase
getFellow, getSingleSelection, getSingleSelectionIndex, newArg, newEntry, newMap, postCallback, sendCallback
-
-
-
-
Field Detail
-
URI
public static String URI
-
ARG_PASTE_OP
public static String ARG_PASTE_OP
-
ARG_SKIP_BLANK
public static String ARG_SKIP_BLANK
-
ARG_PASTE_TYPE
public static String ARG_PASTE_TYPE
-
ARG_TRANSPOSE
public static String ARG_TRANSPOSE
-
ARG_BOOK_TYPE
public static String ARG_BOOK_TYPE
-
pasteTypeRadiogroup
protected org.zkoss.zul.Radiogroup pasteTypeRadiogroup
-
operationRadiogroup
protected org.zkoss.zul.Radiogroup operationRadiogroup
-
skipBlankBox
protected org.zkoss.zul.Checkbox skipBlankBox
-
transposeBox
protected org.zkoss.zul.Checkbox transposeBox
-
comment
protected org.zkoss.zul.Radio comment
-
validation
protected org.zkoss.zul.Radio validation
-
-
Method Detail
-
show
public static void show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, Book.BookType type, Spreadsheet ss)
-
doAfterCompose
public void doAfterCompose(org.zkoss.zul.Window w) throws Exception
- Specified by:
doAfterCompose
in interfaceorg.zkoss.zk.ui.util.Composer<org.zkoss.zul.Window>
- Overrides:
doAfterCompose
in classRefocusDialogCtrlBase
- Throws:
Exception
-
onClick$okBtn
public void onClick$okBtn()
-
getPasteOperation
protected Range.PasteOperation getPasteOperation()
-
getPasteType
protected Range.PasteType getPasteType()
-
onCancel
public void onCancel()
-
-