Richfaces UI Components API 4.1.0.20110910-M2

org.richfaces.component
Interface InplaceComponent


public interface InplaceComponent

Author:
Anton Belevich

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

Method Detail

isDisabled

boolean isDisabled()

getDefaultLabel

java.lang.String getDefaultLabel()

getEditEvent

java.lang.String getEditEvent()

isShowControls

boolean isShowControls()

isSaveOnBlur

boolean isSaveOnBlur()

getState

InplaceState getState()

getActiveClass

java.lang.String getActiveClass()

getChangedClass

java.lang.String getChangedClass()

getDisabledClass

java.lang.String getDisabledClass()

getTabindex

int getTabindex()

Richfaces UI Components API 4.1.0.20110910-M2

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