org.jacp.api.component
Interface ILayoutAbleComponent<C>

Type Parameters:
C - defines the base component where others extend from

public interface ILayoutAbleComponent<C>

This interface defines perspective components with visible ui.

Author:
Andy Moncsek

Method Summary
 IPerspectiveLayout<? extends C,C> getIPerspectiveLayout()
          Returns layout dto.
 

Method Detail

getIPerspectiveLayout

IPerspectiveLayout<? extends C,C> getIPerspectiveLayout()
Returns layout dto.

Returns:
an IPerspectiveLayout instance to define basic layout stuff for perspective