com.vaadin.client.ui
Class VTabsheet.TabCaption

java.lang.Object
  extended by HTML
      extended by com.vaadin.client.VCaption
          extended by com.vaadin.client.ui.VTabsheet.TabCaption
Enclosing class:
VTabsheet

public static class VTabsheet.TabCaption
extends VCaption


Field Summary
 
Fields inherited from class com.vaadin.client.VCaption
CLASSNAME
 
Method Summary
 com.google.gwt.user.client.Element getCloseButton()
           
 int getRequiredWidth()
           
 VTabsheet.Tab getTab()
           
 boolean isClosable()
           
 void onBrowserEvent(Event event)
           
 void setClosable(boolean closable)
           
 
Methods inherited from class com.vaadin.client.VCaption
getCaptionOwnerPid, getHeight, getOwner, getOwnerPid, getRenderedWidth, getTextElement, getTooltipInfo, isNeeded, mightChange, onAttach, onDetach, setAlignment, setMaxWidth, setTooltipInfo, shouldBePlacedAfterComponent, updateCaption, updateCaptionWithoutOwner, updateCaptionWithoutOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

onBrowserEvent

public void onBrowserEvent(Event event)
Overrides:
onBrowserEvent in class VCaption

getTab

public VTabsheet.Tab getTab()

setClosable

public void setClosable(boolean closable)

isClosable

public boolean isClosable()

getRequiredWidth

public int getRequiredWidth()
Overrides:
getRequiredWidth in class VCaption

getCloseButton

public com.google.gwt.user.client.Element getCloseButton()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.