public class SearchPreviousResultsPanel
extends com.google.gwt.user.client.ui.Composite
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchPreviousResultsPanel.DescPopUp |
protected class |
SearchPreviousResultsPanel.SearchField
This class wraps the three fields for a row in the Advanced Search ListBox for the Type to search TextBox for what to search ListBox for the condtion AND/OR
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gwt.user.client.ui.RadioButton |
and |
com.google.gwt.user.client.ui.HTML |
errorMsg |
com.google.gwt.user.client.ui.FlowPanel |
fPanel |
com.google.gwt.user.client.ui.ListBox |
oldResults |
com.google.gwt.user.client.ui.RadioButton |
or |
protected SearchButtons |
searchButtons |
protected int |
searchFieldActiveNo |
protected int |
searchFieldNo |
SearchableFieldBean[] |
searchFields |
com.google.gwt.user.client.ui.VerticalPanel |
searchFieldVerticalPanel |
com.google.gwt.user.client.ui.HTML |
seeFullQuery |
com.google.gwt.user.client.ui.HTML |
seeResults |
static SearchPreviousResultsPanel |
singleton |
String[] |
textFields |
| Constructor and Description |
|---|
SearchPreviousResultsPanel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSearchField() |
void |
adjustSize(int width,
int height) |
static SearchPreviousResultsPanel |
get() |
int |
getSearchFieldNo() |
protected com.google.gwt.user.client.ui.VerticalPanel |
getSearchFieldPanel() |
void |
init() |
void |
removeSearchField(int id)
Removes the search field with 'id'.
|
void |
setSearchFieldNo(int searchFieldNo) |
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEventsaddStyleDependentName, 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, unsinkEventspublic com.google.gwt.user.client.ui.ListBox oldResults
public com.google.gwt.user.client.ui.HTML seeFullQuery
public com.google.gwt.user.client.ui.HTML seeResults
protected SearchButtons searchButtons
public com.google.gwt.user.client.ui.HTML errorMsg
public com.google.gwt.user.client.ui.RadioButton and
public com.google.gwt.user.client.ui.RadioButton or
public com.google.gwt.user.client.ui.FlowPanel fPanel
public com.google.gwt.user.client.ui.VerticalPanel searchFieldVerticalPanel
public SearchableFieldBean[] searchFields
public String[] textFields
public static SearchPreviousResultsPanel singleton
protected int searchFieldNo
protected int searchFieldActiveNo
public static SearchPreviousResultsPanel get()
public void init()
public void addSearchField()
public void removeSearchField(int id)
id - The index of the search field to deleteprotected com.google.gwt.user.client.ui.VerticalPanel getSearchFieldPanel()
public void adjustSize(int width,
int height)
public int getSearchFieldNo()
public void setSearchFieldNo(int searchFieldNo)
Copyright © 2014. All Rights Reserved.