Class TabGroupView

java.lang.Object
org.oddjob.arooa.design.view.TabGroupView
All Implemented Interfaces:
SwingItemView

public class TabGroupView extends Object implements SwingItemView
  • Constructor Details

    • TabGroupView

      public TabGroupView(TabGroup fieldGroup)
  • Method Details

    • group

      public Component group()
    • inline

      public int inline(Container container, int row, int column, boolean selectionInGroup)
      Description copied from interface: SwingItemView
      The class should add it's component to the container which has a GridBagLayout.
      Specified by:
      inline in interface SwingItemView
      Parameters:
      container - The container to add the component to.
      row - The row to add the component at.
      Returns:
      The row the next component should be added at.
    • setEnabled

      public void setEnabled(boolean enabled)
      Description copied from interface: SwingItemView
      Used when a component is part of a selection.
      Specified by:
      setEnabled in interface SwingItemView
      Parameters:
      enabled -