Uses of Class
org.cruxframework.crux.core.rebind.screen.widget.WidgetCreator

Packages that use WidgetCreator
org.cruxframework.crux.core.rebind.event   
org.cruxframework.crux.core.rebind.screen.views   
org.cruxframework.crux.core.rebind.screen.widget   
org.cruxframework.crux.core.rebind.screen.widget.creator   
org.cruxframework.crux.core.rebind.screen.widget.creator.align   
org.cruxframework.crux.core.rebind.screen.widget.creator.children   
org.cruxframework.crux.core.rebind.screen.widget.creator.direction   
org.cruxframework.crux.core.rebind.screen.widget.creator.event   
org.cruxframework.crux.gwt.rebind   
 

Uses of WidgetCreator in org.cruxframework.crux.core.rebind.event
 

Constructors in org.cruxframework.crux.core.rebind.event with parameters of type WidgetCreator
CancelEvtBind(WidgetCreator<?> widgetCreator)
           
OkEvtBind(WidgetCreator<?> widgetCreator)
           
SelectEvtBind(WidgetCreator<?> widgetCreator)
           
 

Uses of WidgetCreator in org.cruxframework.crux.core.rebind.screen.views
 

Constructors in org.cruxframework.crux.core.rebind.screen.views with parameters of type WidgetCreator
ChangeViewEvtBind(WidgetCreator<?> widgetCreator)
           
 

Uses of WidgetCreator in org.cruxframework.crux.core.rebind.screen.widget
 

Fields in org.cruxframework.crux.core.rebind.screen.widget declared as WidgetCreator
protected  WidgetCreator<?> AbstractProcessor.widgetCreator
           
 

Methods in org.cruxframework.crux.core.rebind.screen.widget that return WidgetCreator
protected  WidgetCreator<?> AbstractProcessor.getWidgetCreator()
           
protected  WidgetCreator<?> ViewFactoryCreator.getWidgetCreator(String widgetType)
          Returns the creator of the widgets of the given type.
 

Methods in org.cruxframework.crux.core.rebind.screen.widget with parameters of type WidgetCreator
static void EvtProcessor.printEvtCall(AbstractProxyCreator.SourcePrinter out, String eventValue, String eventName, Class<?> eventClass, String cruxEvent, WidgetCreator<?> creator)
           
static void EvtProcessor.printEvtCall(AbstractProxyCreator.SourcePrinter out, String eventValue, String eventName, String eventClassName, String cruxEvent, WidgetCreator<?> creator)
           
static void EvtProcessor.printEvtCall(AbstractProxyCreator.SourcePrinter out, String eventValue, String eventName, String eventClassName, String cruxEvent, WidgetCreator<?> creator, boolean allowNoParameterCall)
           
static void EvtProcessor.printPostProcessingEvtCall(String eventValue, String eventName, Class<?> eventClass, String cruxEvent, WidgetCreator<?> creator)
           
 

Constructors in org.cruxframework.crux.core.rebind.screen.widget with parameters of type WidgetCreator
AbstractProcessor(WidgetCreator<?> widgetCreator)
           
AttributeProcessor.NoParser(WidgetCreator<?> widgetCreator)
           
AttributeProcessor(WidgetCreator<?> widgetCreator)
           
EvtProcessor(WidgetCreator<?> widgetCreator)
           
WidgetCreator.StyleNameProcessor(WidgetCreator<?> widgetCreator)
           
WidgetCreator.StyleProcessor(WidgetCreator<?> widgetCreator)
           
WidgetCreator.ViewPermissionAttributeProcessor(WidgetCreator<?> widgetCreator)
           
 

Uses of WidgetCreator in org.cruxframework.crux.core.rebind.screen.widget.creator
 

Subclasses of WidgetCreator in org.cruxframework.crux.core.rebind.screen.widget.creator
 class AbstractPageableFactory<C extends WidgetCreatorContext>
           
 class AbstractPagerFactory
           
 class HasDataProviderFactory<C extends WidgetCreatorContext>
          A helper class to help on HasData widgets creation, based on crux pages metadata.
 

Constructors in org.cruxframework.crux.core.rebind.screen.widget.creator with parameters of type WidgetCreator
AbstractPagerFactory.PageableAttributeProcessor(WidgetCreator<?> widgetCreator)
           
HasDataFactory.SelectionModelProcessor(WidgetCreator<?> widgetCreator)
           
HasEnabledFactory.EditPermissionAttributeProcessor(WidgetCreator<?> widgetCreator)
           
HasRowsFactory.EstimatedRowCountProcessor(WidgetCreator<?> widgetCreator)
           
HTMLParser(WidgetCreator<?> widgetCreator)
           
 

Uses of WidgetCreator in org.cruxframework.crux.core.rebind.screen.widget.creator.align
 

Constructors in org.cruxframework.crux.core.rebind.screen.widget.creator.align with parameters of type WidgetCreator
AutoHorizontalAlignmentAttributeParser(WidgetCreator<?> widgetCreator)
           
HorizontalAlignmentAttributeParser(WidgetCreator<?> widgetCreator)
           
VerticalAlignmentAttributeParser(WidgetCreator<?> widgetCreator)
           
 

Uses of WidgetCreator in org.cruxframework.crux.core.rebind.screen.widget.creator.children
 

Methods in org.cruxframework.crux.core.rebind.screen.widget.creator.children that return WidgetCreator
 WidgetCreator<?> WidgetChildProcessor.getWidgetCreator()
           
 

Methods in org.cruxframework.crux.core.rebind.screen.widget.creator.children with parameters of type WidgetCreator
 void WidgetChildProcessor.setWidgetCreator(WidgetCreator<?> widgetCreator)
           
 

Uses of WidgetCreator in org.cruxframework.crux.core.rebind.screen.widget.creator.direction
 

Constructors in org.cruxframework.crux.core.rebind.screen.widget.creator.direction with parameters of type WidgetCreator
DirectionEstimatorAttributeParser(WidgetCreator<?> widgetCreator)
           
 

Uses of WidgetCreator in org.cruxframework.crux.core.rebind.screen.widget.creator.event
 

Constructors in org.cruxframework.crux.core.rebind.screen.widget.creator.event with parameters of type WidgetCreator
AttachEvtBind(WidgetCreator<?> widgetCreator)
           
BeforeSelectionEvtBind(WidgetCreator<?> widgetCreator)
           
BlurEvtBind(WidgetCreator<?> widgetCreator)
           
CellPreviewEvtBind(WidgetCreator<?> widgetCreator)
           
ChangeEvtBind(WidgetCreator<?> widgetCreator)
           
ClickEvtBind(WidgetCreator<?> widgetCreator)
           
CloseEvtBind(WidgetCreator<?> widgetCreator)
           
DettachEvtBind(WidgetCreator<?> widgetCreator)
           
DoubleClickEvtBind(WidgetCreator<?> widgetCreator)
           
FocusEvtBind(WidgetCreator<?> widgetCreator)
           
HighlightEvtBind(WidgetCreator<?> widgetCreator)
           
InitializeEvtBind(WidgetCreator<?> widgetCreator)
           
KeyDownEvtBind(WidgetCreator<?> widgetCreator)
           
KeyPressEvtBind(WidgetCreator<?> widgetCreator)
           
KeyUpEvtBind(WidgetCreator<?> widgetCreator)
           
LoadErrorEvtBind(WidgetCreator<?> widgetCreator)
           
LoadEvtBind(WidgetCreator<?> widgetCreator)
           
LoadWidgetEvtProcessor(WidgetCreator<?> widgetCreator)
           
MouseDownEvtBind(WidgetCreator<?> widgetCreator)
           
MouseMoveEvtBind(WidgetCreator<?> widgetCreator)
           
MouseOutEvtBind(WidgetCreator<?> widgetCreator)
           
MouseOverEvtBind(WidgetCreator<?> widgetCreator)
           
MouseUpEvtBind(WidgetCreator<?> widgetCreator)
           
MouseWheelEvtBind(WidgetCreator<?> widgetCreator)
           
OpenEvtBind(WidgetCreator<?> widgetCreator)
           
PageEvtBind(WidgetCreator<?> widgetCreator)
           
RangeChangeEvtBind(WidgetCreator<?> widgetCreator)
           
RowCountChangeEvtBind(WidgetCreator<?> widgetCreator)
           
ScrollEvtBind(WidgetCreator<?> widgetCreator)
           
SelectionChangeEvtBind(WidgetCreator<?> widgetCreator)
           
SelectionEvtBind(WidgetCreator<?> widgetCreator)
           
ShowRangeEvtBind(WidgetCreator<?> widgetCreator)
           
TouchCancelEvtBind(WidgetCreator<?> widgetCreator)
           
TouchEndEvtBind(WidgetCreator<?> widgetCreator)
           
TouchMoveEvtBind(WidgetCreator<?> widgetCreator)
           
TouchStartEvtBind(WidgetCreator<?> widgetCreator)
           
ValueChangeEvtBind(WidgetCreator<?> widgetCreator)
           
 

Uses of WidgetCreator in org.cruxframework.crux.gwt.rebind
 

Subclasses of WidgetCreator in org.cruxframework.crux.gwt.rebind
 class AbsolutePanelFactory
           
 class AbstractCellFactory<C extends WidgetCreatorContext>
           
 class AbstractCellTreeFactory
           
 class AbstractCheckBoxFactory
          Factory for ChecBox widgets.
 class AbstractDockLayoutPanelFactory<C extends DockLayoutPanelContext>
           
 class AbstractHasDataFactory<C extends WidgetCreatorContext>
           
 class AbstractHTMLPanelFactory
          Base class for HTMLPanel like widgets creation from crux declarative engine.
 class AbstractLabelFactory
          Represents a Label DeclarativeFactory
 class AbstractLayoutPanelFactory<C extends AbstractLayoutPanelContext>
           
 class AbstractListBoxFactory
          Base class for implementing factories for many kinds of list boxes.
 class AbstractNativeScrollbarFactory
          base class for native scrollbar widgets
 class AbstractStackPanelFactory
           
 class AbstractTabBarFactory
          Factory for TabBar widgets
 class AbstractTabPanelFactory
          Factory for TabPanel widgets
 class AnchorFactory
          Represents an AnchorFactory component
 class AudioFactory
          Factory for Audio Widgets
 class ButtonBaseFactory
           
 class ButtonFactory
           
 class CanvasFactory
          Factory for Canvas Widgets
 class CaptionPanelFactory
          Factory for CaptionPanel widgets
 class CellBrowserFactory
           
 class CellListFactory
           
 class CellPanelFactory<C extends CellPanelContext>
           
 class CellTableFactory
           
 class CellTreeFactory
           
 class CellWidgetFactory
           
 class CheckBoxFactory
          CheckBoxFactory DeclarativeFactory.
 class ComplexPanelFactory<C extends WidgetCreatorContext>
           
 class CompositeFactory<C extends WidgetCreatorContext>
          Factory for a composite widget
 class CustomButtonFactory
           
 class DateBoxFactory
          Factory for TabPanel widgets
 class DateLabelFactory
          A Factory for DateLabel widgets
 class DatePickerFactory
          Factory for TabPanel widgets
 class DeckPanelFactory
           
 class DecoratedPopupPanelFactory
          Represents a DecoratedPopupPanelFactory
 class DecoratedStackPanelFactory
           
 class DecoratedTabBarFactory
          Factory for DecoratedTabBar widgets
 class DecoratedTabPanelFactory
          Factory for DecoratedTabPanel widgets
 class DecoratorPanelFactory
          Represents a DecoratorPanelFactory
 class DialogBoxFactory
           
 class DisclosurePanelFactory
          Factory for DisclosurePanel widgets
 class DockLayoutPanelFactory
           
 class DockPanelFactory
           
 class DoubleBoxFactory
          A Factory for DoubleBox widgets
 class FileUploadFactory
          Represents a FileUploadFactory component.
 class FlexTableFactory
          Factory for FlexTable widget
 class FlowPanelFactory
           
 class FocusPanelFactory
          A Factory for FocusPanel widgets
 class FocusWidgetFactory<C extends WidgetCreatorContext>
          This is the base factory class for widgets that can receive focus.
 class FormPanelFactory
          Represents a FormPanelFactory.
 class FrameFactory
          Factory to create Frame Widgets
 class GridFactory
          Factory for Grid widget
 class HeaderPanelFactory
          Factory for HeaderPanel widget
 class HiddenFactory
          Represents a HiddenFactory component
 class HorizontalPanelFactory
           
 class HorizontalSplitPanelFactory
          Represents a HorizontalSplitPanel
 class HTMLFactory
          Represents a HTMLFactory DeclarativeFactory
 class HTMLPanelFactory
          Declarative factory to create HTMLPanel widgets from Crux declarative view files.
 class HTMLTableFactory<C extends HTMLTableFactoryContext>
           
 class HyperlinkFactory
          Factory for Hyperlink widget
 class ImageFactory
          A Factory for Image widgets
 class InlineHTMLFactory
          Represents an InlineHTMLFactory DeclarativeFactory
 class InlineHyperlinkFactory
          Represents an InlineHyperlinkFactory component
 class InlineLabelFactory
          Factory for InlineLabel widget
 class IntegerBoxFactory
          A Factory for IntegerBox widgets
 class LabelFactory
          A Factory for Label widgets
 class LayoutPanelFactory
           
 class LazyPanelFactory
          A Panel which content is only rendered when it becomes visible for the first time.
 class ListBoxFactory
          Represents a List Box component
 class LongBoxFactory
          A Factory for LongBox widgets
 class MenuBarFactory
          A Factory for MenuBar widgets
 class NamedFrameFactory
          Represents a NamedFrameFactory DeclarativeFactory
 class NativeHorizontalScrollbarFactory
          Factory for NativeHorizontalScrollbar widget
 class NativeVerticalScrollbarFactory
          Factory for NativeVerticalScrollbar widget
 class NotificationMoleFactory
           
 class NumberLabelFactory
          A Factory for NumberLabel widgets
 class PageSizePagerFactory
           
 class PanelFactory<C extends WidgetCreatorContext>
          Base factory class for all panels
 class PasswordTextBoxFactory
          Represents a PasswordTextBoxFactory component
 class PopupPanelFactory
          A factory for PopupPanel widgets
 class PushButtonFactory
          Represents a Push ButtonFactory
 class RadioButtonFactory
          Represents a RadioButtonFactory component
 class ResetButtonFactory
           
 class RichTextAreaFactory
          Represents a rich text area component
 class ScrollPanelFactory
          Represents a ScrollPanelFactory
 class SimpleCheckBoxFactory
          Represents a SimpleCheckBoxFactory component
 class SimplePagerFactory
           
 class SimplePanelFactory
           
 class SimpleRadioButtonFactory
          Represents a SimpleRadioButtonFactory component.
 class SplitLayoutPanelFactory
           
 class StackLayoutPanelFactory
           
 class StackPanelFactory
           
 class SubmitButtonFactory
           
 class SuggestBoxFactory
          Factory for SuggestBox widget
 class TabBarFactory
          Factory for TabBar widgets
 class TabLayoutPanelFactory
          Factory for TabLayoutPanel widgets
 class TabPanelFactory
          Factory for TabPanel widgets
 class TextAreaFactory
          A Factory for TextArea widgets
 class TextBoxBaseFactory
          Base class for text box based widgets
 class TextBoxFactory
          A Factory for TextBox widgets
 class TextButtonFactory
           
 class ToggleButtonFactory
          A Factory for ToggleButton widgets
 class TreeFactory
          A factory for Tree widgets
 class ValueBoxBaseFactory
          Base class for text box based widget factories
 class VerticalPanelFactory
           
 class VerticalSplitPanelFactory
          A Factory for VerticalSplitPanel widgets
 class VideoFactory
          Factory for Video Widgets
 

Methods in org.cruxframework.crux.gwt.rebind with parameters of type WidgetCreator
protected static String MenuBarFactory.getSubMenu(WidgetCreator<?> widgetCreator, AbstractProxyCreator.SourcePrinter out, org.cruxframework.crux.gwt.rebind.MenuBarContext context)
          Creates a subMenu
 

Constructors in org.cruxframework.crux.gwt.rebind with parameters of type WidgetCreator
AbstractLayoutPanelFactory.AnimationDurationAttributeParser(WidgetCreator<?> widgetCreator)
           
AbstractPagerFactory.DisplayAttributeProcessor(WidgetCreator<?> widgetCreator)
           
AbstractStackPanelFactory.VisibleStackAttributeParser(WidgetCreator<?> widgetCreator)
           
AbstractTabBarFactory.VisibleTabAttributeParser(WidgetCreator<?> widgetCreator)
           
AbstractTabPanelFactory.VisibleTabAttributeParser(WidgetCreator<?> widgetCreator)
           
AudioFactory.PreLoadAttributeProcessor(WidgetCreator<?> widgetCreator)
           
CellTreeFactory.AnimationAttributeProcessor(WidgetCreator<?> widgetCreator)
           
DeckPanelFactory.VisibleWidgetAttributeParser(WidgetCreator<?> widgetCreator)
           
FrameFactory.URLAttributeParser(WidgetCreator<?> widgetCreator)
           
ImageFactory.URLAttributeParser(WidgetCreator<?> widgetCreator)
           
ImageFactory.VisibleRectAttributeParser(WidgetCreator<?> widgetCreator)
           
NamedFrameFactory.URLAttributeParser(WidgetCreator<?> widgetCreator)
           
ScrollPanelFactory.EnsureVisibleAttributeParser(WidgetCreator<?> widgetCreator)
           
ScrollPanelFactory.HorizontalScrollPositionAttributeParser(WidgetCreator<?> widgetCreator)
           
ScrollPanelFactory.VerticalScrollPositionAttributeParser(WidgetCreator<?> widgetCreator)
           
SubmitCompleteEvtBind(WidgetCreator<?> widgetCreator)
           
SubmitEvtBind(WidgetCreator<?> widgetCreator)
           
TabLayoutPanelFactory.VisibleTabAttributeParser(WidgetCreator<?> widgetCreator)
           
TreeFactory.OpenSelectedItemAttributeParser(WidgetCreator<?> widgetCreator)
           
ValueBoxBaseFactory.PlaceHolderProcessor(WidgetCreator<?> widgetCreator)
           
ValueBoxBaseFactory.TextAlignmentProcessor(WidgetCreator<?> widgetCreator)
           
VideoFactory.PreLoadAttributeProcessor(WidgetCreator<?> widgetCreator)
           
 



Copyright © 2014. All rights reserved.