com.sap.portal.admin.wizard.panes
Class IsWriteProtection

java.lang.Object
  |
  +--com.sap.portal.admin.wizard.panes.IsWriteProtection
All Implemented Interfaces:
ICondition

public class IsWriteProtection
extends java.lang.Object
implements ICondition


Constructor Summary
IsWriteProtection()
           
 
Method Summary
 boolean isTrue(IWizardContext ctx)
          evaluate this condition against the given wizard context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsWriteProtection

public IsWriteProtection()
Method Detail

isTrue

public boolean isTrue(IWizardContext ctx)
Description copied from interface: ICondition
evaluate this condition against the given wizard context
Specified by:
isTrue in interface ICondition