Tabnine Logo
IButton.getTitle
Code IndexAdd Tabnine to your IDE (free)

How to use
getTitle
method
in
com.smartgwt.client.widgets.IButton

Best Java code snippets using com.smartgwt.client.widgets.IButton.getTitle (Showing top 5 results out of 315)

origin: org.geomajas.widget/geomajas-widget-searchandfilter-gwt

favouritesBtn.setIcon(GsfLayout.iconBookmark);
favouritesBtn.setShowDisabledIcon(false);
favouritesBtn.setWidth(favouritesBtn.getTitle().length() * GsfLayout.buttonFontWidth + GsfLayout.buttonOffset);
favouritesBtn.addClickHandler(new ClickHandler() {
searchBtn.setWidth(searchBtn.getTitle().length() * GsfLayout.buttonFontWidth + GsfLayout.buttonOffset);
searchBtn.setIcon(GsfLayout.iconFind);
searchBtn.setShowDisabledIcon(false);
resetBtn.setWidth(resetBtn.getTitle().length() * GsfLayout.buttonFontWidth + GsfLayout.buttonOffset);
resetBtn.setIcon(WidgetLayout.iconReset);
resetBtn.setShowDisabledIcon(false);
saveBtn.setWidth(saveBtn.getTitle().length() * GsfLayout.buttonFontWidth + GsfLayout.buttonOffset);
saveBtn.setIcon(WidgetLayout.iconSave);
saveBtn.setShowDisabledIcon(false);
saveBtn.setVisible(false);
IButton cancelBtn = new IButton(MESSAGES.searchWidgetCancel());
cancelBtn.setWidth(cancelBtn.getTitle().length() * GsfLayout.buttonFontWidth + GsfLayout.buttonOffset);
cancelBtn.setIcon(WidgetLayout.iconCancel);
cancelBtn.setShowDisabledIcon(false);
    .setWidth(filterLayerBtn.getTitle().length() * GsfLayout.buttonFontWidth + GsfLayout.buttonOffset);
filterLayerBtn.setIcon(GsfLayout.iconFilter);
filterLayerBtn.setShowDisabledIcon(false);
    setWidth(removeFilterBtn.getTitle().length() * GsfLayout.buttonFontWidth + GsfLayout.buttonOffset);
removeFilterBtn.setIcon(GsfLayout.iconRemoveFilter);
origin: org.geomajas/geomajas-project-deskmanager-gwt

userButtonNew.setWidth(userButtonNew.getTitle().length() * GdmLayout.buttonFontWidth + GdmLayout.buttonOffset);
userButtonNew.setIcon(WidgetLayout.iconAdd);
userButtonNew.addClickHandler(new ClickHandler() {
groupButtonNew.setWidth(userButtonNew.getTitle().length() * GdmLayout.buttonFontWidth + GdmLayout.buttonOffset);
groupButtonNew.setIcon(WidgetLayout.iconAdd);
groupButtonNew.addClickHandler(new ClickHandler() {
origin: org.geomajas.widget/geomajas-widget-searchandfilter-gwt

btnPoint.setWidth(btnPoint.getTitle().length() * GsfLayout.buttonFontWidth + GsfLayout.buttonOffset);
btnPoint.setActionType(SelectionType.RADIO);
btnPoint.setRadioGroup("drawType");
btnLine.setWidth(btnLine.getTitle().length() * GsfLayout.buttonFontWidth + GsfLayout.buttonOffset);
btnLine.setActionType(SelectionType.RADIO);
btnLine.setRadioGroup("drawType");
btnPolygon.setWidth(btnPolygon.getTitle().length() * GsfLayout.buttonFontWidth + GsfLayout.buttonOffset);
btnPolygon.setActionType(SelectionType.RADIO);
btnPolygon.setRadioGroup("drawType");
btnUndo.setWidth(btnUndo.getTitle().length() * GsfLayout.buttonFontWidth + GsfLayout.buttonOffset);
btnUndo.setDisabled(true);
btnUndo.setShowDisabledIcon(false);
btnRedo.setWidth(btnRedo.getTitle().length() * GsfLayout.buttonFontWidth + GsfLayout.buttonOffset);
btnRedo.setDisabled(true);
btnRedo.setShowDisabledIcon(false);
origin: org.geomajas/geomajas-project-deskmanager-gwt

buttonNew.setWidth(buttonNew.getTitle().length() * GdmLayout.buttonFontWidth + GdmLayout.buttonOffset);
buttonNew.setIcon(WidgetLayout.iconAdd);
buttonNew.addClickHandler(new ClickHandler() {
origin: org.geomajas/geomajas-project-deskmanager-gwt

buttonNew.setWidth(buttonNew.getTitle().length() * GdmLayout.buttonFontWidth + GdmLayout.buttonOffset);
buttonNew.setIcon(WidgetLayout.iconAdd);
buttonNew.addClickHandler(new ClickHandler() {
com.smartgwt.client.widgetsIButtongetTitle

Popular methods of IButton

  • <init>
    Constructor for IButton.
  • addClickHandler
  • setWidth
  • setTitle
  • setIcon
  • setDisabled
  • setLayoutAlign
  • setActionType
  • setAutoFit
  • setRadioGroup
  • setSelected
  • setShowRollOver
  • setSelected,
  • setShowRollOver,
  • setTooltip,
  • setVisible,
  • deselect,
  • equals,
  • focus,
  • getIcon,
  • hide

Popular in Java

  • Reactive rest calls using spring rest template
  • getSystemService (Context)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • getResourceAsStream (ClassLoader)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • Top 12 Jupyter Notebook extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now