@Dependent public class NewFilterPopup extends BaseModal
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
Modifier and Type | Field and Description |
---|---|
protected com.google.gwt.view.client.AsyncDataProvider<DataGridFilterSummary> |
dataProvider |
org.gwtbootstrap3.client.ui.HelpBlock |
errorMessages |
org.gwtbootstrap3.client.ui.FormGroup |
errorMessagesGroup |
com.google.gwt.user.client.ui.FlowPanel |
existingFiltersPanel |
static String |
FILTER_NAME_PARAM |
org.gwtbootstrap3.client.ui.Form |
horizontalForm |
org.gwtbootstrap3.client.ui.TabListItem |
tabAdd |
org.gwtbootstrap3.client.ui.TabListItem |
tabManagement |
Constructor and Description |
---|
NewFilterPopup() |
Modifier and Type | Method and Description |
---|---|
void |
addListBoxToFilter(String label,
String fieldName,
boolean multiselect,
HashMap<String,String> listBoxInfo) |
void |
addTextBoxToFilter(String label,
String fieldName) |
void |
addTextBoxToFilter(String label,
String fieldName,
String defaultValue) |
void |
cleanFormValues(List<org.gwtbootstrap3.client.ui.FormGroup> controlGroups) |
void |
closePopup() |
HashMap |
getFormValues() |
void |
getFormValues(List<org.gwtbootstrap3.client.ui.FormGroup> controlGroups) |
void |
init() |
void |
initColumns() |
void |
refreshGrid() |
void |
show(Command addfilterCommand,
Command refreshFilters,
GridPreferencesStore gridPreferenceStore) |
getEnterDomHandler, handleDefaultAction, handleDefaultAction, setBody, setFocus, show
add, addHiddenHandler, addHideHandler, addShowHandler, addShownHandler, hide, isClosable, onHidden, onHide, onLoad, onShow, onShown, onUnload, setClosable, setDataBackdrop, setDataKeyboard, setFade, setHideOtherModals, setRemoveOnHide, setSize, setTitle, setWidth, toggle
getId, getPull, insert, insert, remove, setColor, setHiddenOn, setId, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setPull, setVisibleOn
add, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, iterator, remove
add, adopt, clear, doAttachChildren, doDetachChildren, orphan, remove
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, setVisible, sinkBitlessEvent, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public static String FILTER_NAME_PARAM
@UiField public org.gwtbootstrap3.client.ui.TabListItem tabAdd
@UiField public org.gwtbootstrap3.client.ui.TabListItem tabManagement
@UiField public org.gwtbootstrap3.client.ui.Form horizontalForm
@UiField public com.google.gwt.user.client.ui.FlowPanel existingFiltersPanel
@UiField public org.gwtbootstrap3.client.ui.HelpBlock errorMessages
@UiField public org.gwtbootstrap3.client.ui.FormGroup errorMessagesGroup
protected com.google.gwt.view.client.AsyncDataProvider<DataGridFilterSummary> dataProvider
public void show(Command addfilterCommand, Command refreshFilters, GridPreferencesStore gridPreferenceStore)
public void init()
public void cleanFormValues(List<org.gwtbootstrap3.client.ui.FormGroup> controlGroups)
public void closePopup()
public void getFormValues(List<org.gwtbootstrap3.client.ui.FormGroup> controlGroups)
public HashMap getFormValues()
public void addListBoxToFilter(String label, String fieldName, boolean multiselect, HashMap<String,String> listBoxInfo)
public void addTextBoxToFilter(String label, String fieldName, String defaultValue)
public void initColumns()
public void refreshGrid()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.