List of usage examples for com.vaadin.ui Component interface-usage
From source file pl.exsio.frameset.vaadin.navigation.menu.Menu.java
/** * * @author exsio */ public interface Menu extends Component {
From source file pl.exsio.frameset.vaadin.navigation.target.NavigationTarget.java
/** * * @author exsio */ public interface NavigationTarget extends Component {
From source file ru.codeinside.gses.webui.components.api.WithTaskId.java
/** * , ?? ? ? ?? */ public interface WithTaskId extends Component { String getTaskId(); }
From source file uk.q3c.krail.core.view.component.ApplicationHeader.java
public interface ApplicationHeader extends Component {
}
From source file uk.q3c.krail.core.view.component.ApplicationLogo.java
public interface ApplicationLogo extends Component {
}
From source file uk.q3c.krail.core.view.component.Breadcrumb.java
public interface Breadcrumb extends Component { void moveToNavigationState(); }
From source file uk.q3c.krail.core.view.component.MessageBar.java
/** * A component to display notification messages to the user, as an alternative to, or complement of, {@link Notification} */ public interface MessageBar extends Component { /**
From source file uk.q3c.krail.core.view.component.SubPagePanel.java
public interface SubPagePanel extends Component, UserSitemapSorters { void moveToNavigationState(); /** * Sets the sort type but only rebuilds the tree if {@code rebuild} is true. Useful to call with
From source file uk.q3c.krail.core.view.component.UserNavigationMenu.java
public interface UserNavigationMenu extends Component { MenuBar getMenuBar(); int getOptionMaxDepth();
From source file uk.q3c.krail.core.view.component.UserNavigationPanel.java
/**
* The implementation for this interface combines a {@link UserNavigationTree} implementation with controls for
* selecting options
*
* @author David Sowerby 8 Sep 2013
*/