List of usage examples for com.google.gwt.user.client.ui HasVisibility interface-usage
From source file com.github.gwtbootstrap.client.ui.base.AbstractHoverBase.java
/**
* Base class for widgets that hover above other widgets.
*
* @since 2.0.4.0
*
* @author Dominik Mayer
From source file com.github.gwtbootstrap.client.ui.base.HoverBase.java
/**
* Base class for widgets that hover above other widgets.
*
* @since 2.0.4.0
*
* @author Dominik Mayer
From source file com.google.gwt.sample.dynatablemvp.client.widgets.MentorSelector.java
/**
* This demonstrates how an editor can be constructed to handle optional fields.
* The Person domain object's mentor property is initially <code>null</code>.
* This type delegates editing control to an instance of the
* {@link OptionalValueEditor} adapter class.
*/
From source file com.google.gwt.uibinder.test.client.FooIsWidget.java
/** * An implementation of IsWidget to show that methods are recognized properly. */ public interface FooIsWidget extends HasVisibility, IsWidget { void addStyleName(String style); }
From source file gwt.material.design.client.ui.MaterialColumn.java
/**
* MaterialColumn is panel that act as a fluid panel to easily sets your desired column.We are using 12 grid layout with screens small, medium and large.
* Just set grid='s12 m12 l12' to define your grid layout values.
*
* <p>
* <h4>UiBinder Usage:</h4>
From source file gwt.material.design.client.ui.MaterialSplashScreen.java
/**
* An initial screen that act as a loading screen
* in order for your apps to load fully.
*
* <h3>UiBinder Usage:</h3>
* <pre>
From source file org.cruxframework.crux.core.client.dataprovider.pager.Pager.java
/** * A pager is a component to navigate on pages of a {@link Pageable} widget. * @author Thiago da Rosa de Bustamante */ public interface Pager extends IsWidget, HasPageHandlers, HasVisibility, HasEnabled { /**
From source file org.cruxframework.crux.core.client.datasource.pager.Pager.java
/**
* A pager is a component to navigate on pages of a {@link Pageable} widget.
* @author Thiago da Rosa de Bustamante
* @deprecated Use DataProvider instead.
*/
@Deprecated
From source file org.cruxframework.crux.widgets.client.paging.Pager.java
public interface Pager extends IsWidget, HasPageHandlers, HasVisibility, HasEnabled { void update(int currentPage, boolean isLastPage); void setPageable(Pageable pageable); }
From source file org.gwtbootstrap3.extras.datepicker.client.ui.base.DatePickerBase.java
/** * @author Joshua Godi * @author Steven Jardine */ public class DatePickerBase extends Widget implements HasEnabled, HasId, HasResponsiveness, HasVisibility, HasPlaceholder, HasAutoClose,