Richfaces UI Components API 4.3.1.Final

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()
           
 String getTabindex()
           
 boolean isDisabled()
           
 boolean isSaveOnBlur()
           
 boolean isShowControls()
           
 void setDefaultLabel(String defaultLabel)
           
 

Method Detail

isDisabled

boolean isDisabled()

getDefaultLabel

String getDefaultLabel()

setDefaultLabel

void setDefaultLabel(String defaultLabel)

getEditEvent

String getEditEvent()

isShowControls

boolean isShowControls()

isSaveOnBlur

boolean isSaveOnBlur()

getState

InplaceState getState()

getActiveClass

String getActiveClass()

getChangedClass

String getChangedClass()

getDisabledClass

String getDisabledClass()

getTabindex

String getTabindex()

Richfaces UI Components API 4.3.1.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.