org.drools.guvnor.client.asseteditor.drools.modeldriven.ui
Class RuleAttributeWidget

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by org.drools.guvnor.client.asseteditor.drools.modeldriven.ui.RuleAttributeWidget
All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.IsRenderable, com.google.gwt.user.client.ui.IsWidget

public class RuleAttributeWidget
extends com.google.gwt.user.client.ui.Composite

Displays a list of rule options (attributes).

Added support for metadata - Michael Rhoden 10/17/08


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Field Summary
static String ACTIVATION_GROUP_ATTR
           
static String AGENDA_GROUP_ATTR
           
static String AUTO_FOCUS_ATTR
           
static String CALENDARS_ATTR
           
static String DATE_EFFECTIVE_ATTR
           
static String DATE_EXPIRES_ATTR
           
static String DEFAULT_DIALECT
           
static String DIALECT_ATTR
           
static String DURATION_ATTR
           
static String ENABLED_ATTR
           
static String LOCK_LHS
           
static String LOCK_ON_ACTIVE_ATTR
           
static String LOCK_RHS
           
static String NO_LOOP_ATTR
           
static String RULEFLOW_GROUP_ATTR
           
static String SALIENCE_ATTR
          These are the names of all of the rule attributes for this widget
static String TIMER_ATTR
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
RuleAttributeWidget(RuleModeller parent, RuleModel model)
           
 
Method Summary
static com.google.gwt.user.client.ui.ListBox getAttributeList()
          Return a listbox of choices for rule attributes.
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, performDetachedInitialization, render, render, resolvePotentialElement, setWidget, wrapElement
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SALIENCE_ATTR

public static final String SALIENCE_ATTR
These are the names of all of the rule attributes for this widget

See Also:
Constant Field Values

ENABLED_ATTR

public static final String ENABLED_ATTR
See Also:
Constant Field Values

DATE_EFFECTIVE_ATTR

public static final String DATE_EFFECTIVE_ATTR
See Also:
Constant Field Values

DATE_EXPIRES_ATTR

public static final String DATE_EXPIRES_ATTR
See Also:
Constant Field Values

NO_LOOP_ATTR

public static final String NO_LOOP_ATTR
See Also:
Constant Field Values

AGENDA_GROUP_ATTR

public static final String AGENDA_GROUP_ATTR
See Also:
Constant Field Values

ACTIVATION_GROUP_ATTR

public static final String ACTIVATION_GROUP_ATTR
See Also:
Constant Field Values

DURATION_ATTR

public static final String DURATION_ATTR
See Also:
Constant Field Values

TIMER_ATTR

public static final String TIMER_ATTR
See Also:
Constant Field Values

CALENDARS_ATTR

public static final String CALENDARS_ATTR
See Also:
Constant Field Values

AUTO_FOCUS_ATTR

public static final String AUTO_FOCUS_ATTR
See Also:
Constant Field Values

LOCK_ON_ACTIVE_ATTR

public static final String LOCK_ON_ACTIVE_ATTR
See Also:
Constant Field Values

RULEFLOW_GROUP_ATTR

public static final String RULEFLOW_GROUP_ATTR
See Also:
Constant Field Values

DIALECT_ATTR

public static final String DIALECT_ATTR
See Also:
Constant Field Values

LOCK_LHS

public static final String LOCK_LHS
See Also:
Constant Field Values

LOCK_RHS

public static final String LOCK_RHS
See Also:
Constant Field Values

DEFAULT_DIALECT

public static final String DEFAULT_DIALECT
See Also:
Constant Field Values
Constructor Detail

RuleAttributeWidget

public RuleAttributeWidget(RuleModeller parent,
                           RuleModel model)
Method Detail

getAttributeList

public static com.google.gwt.user.client.ui.ListBox getAttributeList()
Return a listbox of choices for rule attributes.

Returns:


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.