org.kuali.kfs.sys.document.web
Interface ReadOnlyable

All Known Subinterfaces:
AccountingLineViewLineFillingElement
All Known Implementing Classes:
AccountingLineViewColumns, AccountingLineViewCurrentBaseAmount, AccountingLineViewDebitCreditAmountLayoutElement, AccountingLineViewField, AccountingLineViewLine, AccountingLineViewLines, HideShowLayoutElement, PurapAccountingLineViewField

public interface ReadOnlyable

A contract needed by any element that can be set to be read only


Method Summary
 boolean isReadOnly()
          Determines whether is element is entirely read only or not
 void readOnlyize()
          Sets any renderable element within this table joining block to be read only
 void setEditable()
          Sets any renderable element within this table joining block to be editable
 

Method Detail

setEditable

void setEditable()
Sets any renderable element within this table joining block to be editable


readOnlyize

void readOnlyize()
Sets any renderable element within this table joining block to be read only


isReadOnly

boolean isReadOnly()
Determines whether is element is entirely read only or not

Returns:
true if the entire element is read only; false otherwise


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.