List of usage examples for com.vaadin.ui CustomComponent subclass-usage
From source file nl.kpmg.lcm.ui.view.administration.AuthorizedLcmPanel.java
/** * * @author mhoekstra */ public class AuthorizedLcmPanel extends CustomComponent implements DynamicDataContainer {
From source file nl.kpmg.lcm.ui.view.administration.LcmIdPanel.java
/** * * @author shristov */ public class LcmIdPanel extends CustomComponent { private LcmIdRepresentation lcmId;
From source file nl.kpmg.lcm.ui.view.administration.RemoteLcmPanel.java
/** * * @author mhoekstra */ public class RemoteLcmPanel extends CustomComponent implements DynamicDataContainer {
From source file nl.kpmg.lcm.ui.view.administration.StoragePanel.java
/** * * @author mhoekstra */ public class StoragePanel extends CustomComponent implements DynamicDataContainer {
From source file nl.kpmg.lcm.ui.view.administration.TasksPanel.java
/** * * @author mhoekstra */ public class TasksPanel extends CustomComponent {
From source file nl.kpmg.lcm.ui.view.administration.UserGroupPanel.java
/** * * @author mhoekstra */ public class UserGroupPanel extends CustomComponent implements DynamicDataContainer {
From source file nl.kpmg.lcm.ui.view.administration.UserPanel.java
/** * * @author mhoekstra */ public class UserPanel extends CustomComponent implements DynamicDataContainer {
From source file nl.kpmg.lcm.ui.view.transfer.MonitorPanel.java
/** * * @author shristov */ public class MonitorPanel extends CustomComponent { private RestClientService restClientService;
From source file nl.kpmg.lcm.ui.view.transfer.SchedulePanel.java
/** * * @author shristov */ public class SchedulePanel extends CustomComponent { private RestClientService restClientService;
From source file nz.co.senanque.vaadinsupport.tableeditor.TableEditorLayout.java
/**
*
* Layout with a table that handles popup editors. It can be used quite generically with just Spring wiring:
*
* <bean id="personTableLayout" class="nz.co.senanque.vaadinsupport.tableeditor.TableEditorLayout">
* <property name="container" ref="personContainer"/>