Richfaces UI Components API 4.1.0.20110805-M1

org.richfaces.component
Interface InplaceComponent


public interface InplaceComponent

Author:
Anton Belevich

Method Summary
 String getActiveClass()
           
 String getChangedClass()
           
 String getDefaultLabel()
           
 String getDisabledClass()
           
 String getEditEvent()
           
 InplaceState getState()
           
 int getTabindex()
           
 boolean isDisabled()
           
 boolean isSaveOnBlur()
           
 boolean isShowControls()
           
 

Method Detail

isDisabled

boolean isDisabled()

getDefaultLabel

String getDefaultLabel()

getEditEvent

String getEditEvent()

isShowControls

boolean isShowControls()

isSaveOnBlur

boolean isSaveOnBlur()

getState

InplaceState getState()

getActiveClass

String getActiveClass()

getChangedClass

String getChangedClass()

getDisabledClass

String getDisabledClass()

getTabindex

int getTabindex()

Richfaces UI Components API 4.1.0.20110805-M1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.