org.eaglei.datatools.client.ui
Class FilterPanel

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.eaglei.datatools.client.ui.FilterPanel
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.IsWidget

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


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
protected  com.google.gwt.user.client.ui.RadioButton all
           
protected  com.google.gwt.user.client.ui.Label filterLabel
           
protected  com.google.gwt.user.client.ui.Button goButton
           
protected  com.google.gwt.user.client.ui.RadioButton ownedByMe
           
protected  com.google.gwt.user.client.ui.ListBox providerFilter
           
protected  com.google.gwt.user.client.ui.Label providerLabel
           
protected  com.google.gwt.user.client.ui.ListBox resourceTypeFilter
           
protected  com.google.gwt.user.client.ui.Label resourceTypeLabel
           
protected  com.google.gwt.user.client.ui.ListBox statusFilter
           
protected  com.google.gwt.user.client.ui.Label statusLabel
           
protected  com.google.gwt.user.client.ui.FlowPanel subTypeFilter
           
protected  com.google.gwt.user.client.ui.Label subTypeLabel
           
protected  com.google.gwt.user.client.ui.Label totalResources
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
protected FilterPanel()
           
  FilterPanel(org.eaglei.model.EIEntity filterTypeEntity, org.eaglei.model.EIEntity filterWorkflowEntity, org.eaglei.model.EIEntity filterProviderEntity)
           
  FilterPanel(org.eaglei.model.EIEntity filterTypeEntity, org.eaglei.model.EIEntity filterWorkflowEntity, org.eaglei.model.EIEntity filterProviderEntity, boolean strictFilterByOwner)
           
 
Method Summary
 void disable()
           
 void setCount(int numberOfResources)
           
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, 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, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

subTypeFilter

@UiField
protected com.google.gwt.user.client.ui.FlowPanel subTypeFilter

subTypeLabel

@UiField
protected com.google.gwt.user.client.ui.Label subTypeLabel

statusFilter

@UiField
protected com.google.gwt.user.client.ui.ListBox statusFilter

resourceTypeFilter

@UiField
protected com.google.gwt.user.client.ui.ListBox resourceTypeFilter

providerFilter

@UiField
protected com.google.gwt.user.client.ui.ListBox providerFilter

statusLabel

@UiField
protected com.google.gwt.user.client.ui.Label statusLabel

providerLabel

@UiField
protected com.google.gwt.user.client.ui.Label providerLabel

resourceTypeLabel

@UiField
protected com.google.gwt.user.client.ui.Label resourceTypeLabel

filterLabel

@UiField
protected com.google.gwt.user.client.ui.Label filterLabel

totalResources

@UiField
protected com.google.gwt.user.client.ui.Label totalResources

ownedByMe

@UiField
protected com.google.gwt.user.client.ui.RadioButton ownedByMe

all

@UiField
protected com.google.gwt.user.client.ui.RadioButton all

goButton

@UiField
protected com.google.gwt.user.client.ui.Button goButton
Constructor Detail

FilterPanel

protected FilterPanel()

FilterPanel

public FilterPanel(org.eaglei.model.EIEntity filterTypeEntity,
                   org.eaglei.model.EIEntity filterWorkflowEntity,
                   org.eaglei.model.EIEntity filterProviderEntity)

FilterPanel

public FilterPanel(org.eaglei.model.EIEntity filterTypeEntity,
                   org.eaglei.model.EIEntity filterWorkflowEntity,
                   org.eaglei.model.EIEntity filterProviderEntity,
                   boolean strictFilterByOwner)
Method Detail

disable

public void disable()

setCount

public void setCount(int numberOfResources)


Copyright © 2009-2011 Eagle-I. All Rights Reserved.