Class PageSnapIn
java.lang.Object
com.levigo.jadice.web.client.ui.status.PageSnapIn
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget
,SnapIn
- Direct Known Subclasses:
FancyPageSnapIn
Widget to select a Page in the Document
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Style for the PageSnapIn -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final com.google.gwt.user.client.ui.TextBox
-
Constructor Summary
ConstructorsConstructorDescriptionPageSnapIn
(Collection<Object> context) PageSnapIn
(Collection<Object> context, PageSnapIn.PageSnapInStyle style) PageSnapIn
(Collection<Object> context, PageSnapIn.PageSnapInStyle style, boolean compact) -
Method Summary
-
Field Details
-
currentPage
protected final com.google.gwt.user.client.ui.TextBox currentPage
-
-
Constructor Details
-
PageSnapIn
-
PageSnapIn
-
PageSnapIn
-
-
Method Details
-
asWidget
public com.google.gwt.user.client.ui.Widget asWidget()- Specified by:
asWidget
in interfacecom.google.gwt.user.client.ui.IsWidget
-