List of usage examples for com.vaadin.ui Component interface-usage
From source file uk.q3c.krail.core.view.component.UserNavigationTree.java
public interface UserNavigationTree extends Component, UserSitemapSorters { /** * Returns the Vaadin {@link Tree} * * @return
From source file uk.q3c.krail.core.view.component.UserStatusPanel.java
public interface UserStatusPanel extends Component {
String getActionLabel();
String getUserId();
}
From source file uk.q3c.krail.core.view.component.ViewBody.java
public interface ViewBody extends Component { void processParams(NavigationState navigationState); }