com.wewebu.ow.server.dmsdialogs.views
Class OwObjectPropertyFormularView.OwPropertyPlaceholder

java.lang.Object
  extended by com.wewebu.ow.server.dmsdialogs.views.OwObjectPropertyFormularView.OwPropertyPlaceholder
Enclosing class:
OwObjectPropertyFormularView

public class OwObjectPropertyFormularView.OwPropertyPlaceholder
extends Object

tuple after a successful placeholder scan

Since:
2.5.3.0 is the inner class public

Constructor Summary
OwObjectPropertyFormularView.OwPropertyPlaceholder(String strPlaceHolder_p)
          construct and scan the place holder of the following form: [ow_err_ | ow_ro_][.] e.g.: Customer : renders the property "Customer" ow_err_Customer : renders the error string for the property "Customer" ow_ro_Custpmer : renders the property "Customer" as read-only Customer.Address : renders the property "Address" of the property "Customer", if Customer is of type OwObject
 
Method Summary
 String getIdentifier()
          name of the property
 String getSubIdentifier()
          name of the sub property if namespace operator was used
 boolean hasSubIdentifier()
          flag indicating, that the property is a sub property
 boolean isError()
          flag indicating, that the error text for the property should be rendered
 boolean isReadOnly()
          flag indicating, that the property should be rendered read only
 boolean isValidation()
          flag indicating, that the JS validation target for the property should be rendered
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwObjectPropertyFormularView.OwPropertyPlaceholder

public OwObjectPropertyFormularView.OwPropertyPlaceholder(String strPlaceHolder_p)
construct and scan the place holder of the following form: [ow_err_ | ow_ro_][.] e.g.: Customer : renders the property "Customer" ow_err_Customer : renders the error string for the property "Customer" ow_ro_Custpmer : renders the property "Customer" as read-only Customer.Address : renders the property "Address" of the property "Customer", if Customer is of type OwObject

Method Detail

getIdentifier

public String getIdentifier()
name of the property


getSubIdentifier

public String getSubIdentifier()
name of the sub property if namespace operator was used


hasSubIdentifier

public boolean hasSubIdentifier()
flag indicating, that the property is a sub property


isError

public boolean isError()
flag indicating, that the error text for the property should be rendered


isReadOnly

public boolean isReadOnly()
flag indicating, that the property should be rendered read only


isValidation

public boolean isValidation()
flag indicating, that the JS validation target for the property should be rendered



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.