Java Doc for UIAttribute.java in » ERP-CRM-Financial » SourceTap-CRM » com » sourcetap » sfa » ui » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
ERP CRM Financial
»
SourceTap CRM
»
com.sourcetap.sfa.ui
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
com.sourcetap.sfa.ui
.UIAttribute
UIAttribute
public
class UIAttribute
(Code)
DOCUMENT ME!
Field Summary
protected
String
attributeId
protected
String
attributeName
protected
int
colSpan
protected
String
columnName
protected
String
description
protected
String
displayLabel
protected
int
displayLength
protected
String
displayObjectId
protected
int
displayOrder
protected
String
entityId
protected
GenericValue
genericValue
protected
boolean
isExtension
protected
boolean
isMandatory
protected
boolean
isPk
protected
boolean
isReadOnly
protected
boolean
isSearchable
protected
boolean
isVisible
protected
int
maxLength
protected
int
rowSpan
protected
boolean
startOnNewRow
protected
UIEntity
uiEntity
Constructor Summary
public
UIAttribute
(
GenericValue
uiAttributeGV,
GenericDelegator
delegator,
UIEntity
uiEntity)
Method Summary
public
String
getAttributeId
()
public
String
getAttributeName
()
public
int
getColSpan
()
public
String
getColumnName
()
public
String
getDescription
()
public
String
getDisplayLabel
()
public
int
getDisplayLength
()
public
String
getDisplayObjectId
()
public
int
getDisplayOrder
()
public
String
getEntityId
()
public
GenericValue
getGenericValue
()
public
boolean
getIsExtension
()
public
boolean
getIsMandatory
()
public
boolean
getIsPk
()
public
boolean
getIsReadOnly
()
public
boolean
getIsSearchable
()
public
boolean
getIsVisible
()
public
int
getMaxLength
()
public
int
getRowSpan
()
public
boolean
getStartOnNewRow
()
public
UIEntity
getUiEntity
()
public
void
initialize
(
GenericValue
uiAttributeGV,
GenericDelegator
delegator)
public
void
setAttributeId
(
String
attributeId_)
public
void
setAttributeName
(
String
attributeName_)
public
void
setColSpan
(int colSpan_)
public
void
setColSpan
(
String
colSpan_)
public
void
setColumnName
(
String
columnName_)
public
void
setDescription
(
String
description_)
public
void
setDisplayLabel
(
String
displayLabel_)
public
void
setDisplayLength
(int displayLength_)
public
void
setDisplayLength
(
String
displayLength_)
public
void
setDisplayObjectId
(
String
displayObjectId_)
public
void
setDisplayOrder
(int displayOrder_)
public
void
setDisplayOrder
(
String
displayOrder_)
public
void
setEntityId
(
String
entityId_)
public
void
setGenericValue
(
GenericValue
genericValue_)
public
void
setIsExtension
(boolean isExtension_)
public
void
setIsExtension
(
String
isExtension_)
public
void
setIsMandatory
(boolean isMandatory_)
public
void
setIsMandatory
(
String
isMandatory_)
public
void
setIsPk
(boolean isPk_)
public
void
setIsReadOnly
(boolean isReadOnly_)
public
void
setIsReadOnly
(
String
isReadOnly_)
public
void
setIsSearchable
(boolean isSearchable_)
public
void
setIsSearchable
(
String
isSearchable_)
public
void
setIsVisible
(boolean isVisible_)
public
void
setIsVisible
(
String
isVisible_)
public
void
setMaxLength
(int maxLength_)
public
void
setMaxLength
(
String
maxLength_)
public
void
setRowSpan
(int rowSpan_)
public
void
setRowSpan
(
String
rowSpan_)
public
void
setStartOnNewRow
(boolean startOnNewRow_)
public
void
setStartOnNewRow
(
String
startOnNewRow_)
public
void
setUiEntity
(
UIEntity
uiEntity_)
Field Detail
attributeId
protected
String
attributeId
(Code)
attributeName
protected
String
attributeName
(Code)
colSpan
protected
int colSpan
(Code)
columnName
protected
String
columnName
(Code)
description
protected
String
description
(Code)
displayLabel
protected
String
displayLabel
(Code)
displayLength
protected
int displayLength
(Code)
displayObjectId
protected
String
displayObjectId
(Code)
displayOrder
protected
int displayOrder
(Code)
entityId
protected
String
entityId
(Code)
genericValue
protected
GenericValue
genericValue
(Code)
isExtension
protected
boolean isExtension
(Code)
isMandatory
protected
boolean isMandatory
(Code)
isPk
protected
boolean isPk
(Code)
isReadOnly
protected
boolean isReadOnly
(Code)
isSearchable
protected
boolean isSearchable
(Code)
isVisible
protected
boolean isVisible
(Code)
maxLength
protected
int maxLength
(Code)
rowSpan
protected
int rowSpan
(Code)
startOnNewRow
protected
boolean startOnNewRow
(Code)
uiEntity
protected
UIEntity
uiEntity
(Code)
Constructor Detail
UIAttribute
public
UIAttribute(
GenericValue
uiAttributeGV,
GenericDelegator
delegator,
UIEntity
uiEntity) throws
GenericEntityException
(Code)
Method Detail
getAttributeId
public
String
getAttributeId()
(Code)
DOCUMENT ME!
getAttributeName
public
String
getAttributeName()
(Code)
DOCUMENT ME!
getColSpan
public
int getColSpan()
(Code)
DOCUMENT ME!
getColumnName
public
String
getColumnName()
(Code)
DOCUMENT ME!
getDescription
public
String
getDescription()
(Code)
DOCUMENT ME!
getDisplayLabel
public
String
getDisplayLabel()
(Code)
DOCUMENT ME!
getDisplayLength
public
int getDisplayLength()
(Code)
DOCUMENT ME!
getDisplayObjectId
public
String
getDisplayObjectId()
(Code)
DOCUMENT ME!
getDisplayOrder
public
int getDisplayOrder()
(Code)
DOCUMENT ME!
getEntityId
public
String
getEntityId()
(Code)
DOCUMENT ME!
getGenericValue
public
GenericValue
getGenericValue()
(Code)
DOCUMENT ME!
getIsExtension
public
boolean getIsExtension()
(Code)
DOCUMENT ME!
getIsMandatory
public
boolean getIsMandatory()
(Code)
DOCUMENT ME!
getIsPk
public
boolean getIsPk()
(Code)
DOCUMENT ME!
getIsReadOnly
public
boolean getIsReadOnly()
(Code)
DOCUMENT ME!
getIsSearchable
public
boolean getIsSearchable()
(Code)
DOCUMENT ME!
getIsVisible
public
boolean getIsVisible()
(Code)
DOCUMENT ME!
getMaxLength
public
int getMaxLength()
(Code)
DOCUMENT ME!
getRowSpan
public
int getRowSpan()
(Code)
DOCUMENT ME!
getStartOnNewRow
public
boolean getStartOnNewRow()
(Code)
DOCUMENT ME!
getUiEntity
public
UIEntity
getUiEntity()
(Code)
DOCUMENT ME!
initialize
public
void initialize(
GenericValue
uiAttributeGV,
GenericDelegator
delegator) throws
GenericEntityException
(Code)
setAttributeId
public
void setAttributeId(
String
attributeId_)
(Code)
DOCUMENT ME!
Parameters:
attributeId_ -
setAttributeName
public
void setAttributeName(
String
attributeName_)
(Code)
DOCUMENT ME!
Parameters:
attributeName_ -
setColSpan
public
void setColSpan(int colSpan_)
(Code)
DOCUMENT ME!
Parameters:
colSpan_ -
setColSpan
public
void setColSpan(
String
colSpan_)
(Code)
DOCUMENT ME!
Parameters:
colSpan_ -
setColumnName
public
void setColumnName(
String
columnName_)
(Code)
DOCUMENT ME!
Parameters:
columnName_ -
setDescription
public
void setDescription(
String
description_)
(Code)
DOCUMENT ME!
Parameters:
description_ -
setDisplayLabel
public
void setDisplayLabel(
String
displayLabel_)
(Code)
DOCUMENT ME!
Parameters:
displayLabel_ -
setDisplayLength
public
void setDisplayLength(int displayLength_)
(Code)
DOCUMENT ME!
Parameters:
displayLength_ -
setDisplayLength
public
void setDisplayLength(
String
displayLength_)
(Code)
DOCUMENT ME!
Parameters:
displayLength_ -
setDisplayObjectId
public
void setDisplayObjectId(
String
displayObjectId_)
(Code)
DOCUMENT ME!
Parameters:
displayObjectId_ -
setDisplayOrder
public
void setDisplayOrder(int displayOrder_)
(Code)
DOCUMENT ME!
Parameters:
displayOrder_ -
setDisplayOrder
public
void setDisplayOrder(
String
displayOrder_)
(Code)
DOCUMENT ME!
Parameters:
displayOrder_ -
setEntityId
public
void setEntityId(
String
entityId_)
(Code)
DOCUMENT ME!
Parameters:
entityId_ -
setGenericValue
public
void setGenericValue(
GenericValue
genericValue_)
(Code)
DOCUMENT ME!
Parameters:
genericValue_ -
setIsExtension
public
void setIsExtension(boolean isExtension_)
(Code)
DOCUMENT ME!
Parameters:
isExtension_ -
setIsExtension
public
void setIsExtension(
String
isExtension_)
(Code)
DOCUMENT ME!
Parameters:
isExtension_ -
setIsMandatory
public
void setIsMandatory(boolean isMandatory_)
(Code)
DOCUMENT ME!
Parameters:
isMandatory_ -
setIsMandatory
public
void setIsMandatory(
String
isMandatory_)
(Code)
DOCUMENT ME!
Parameters:
isMandatory_ -
setIsPk
public
void setIsPk(boolean isPk_)
(Code)
DOCUMENT ME!
Parameters:
isPk_ -
setIsReadOnly
public
void setIsReadOnly(boolean isReadOnly_)
(Code)
DOCUMENT ME!
Parameters:
isReadOnly_ -
setIsReadOnly
public
void setIsReadOnly(
String
isReadOnly_)
(Code)
DOCUMENT ME!
Parameters:
isReadOnly_ -
setIsSearchable
public
void setIsSearchable(boolean isSearchable_)
(Code)
DOCUMENT ME!
Parameters:
isSearchable_ -
setIsSearchable
public
void setIsSearchable(
String
isSearchable_)
(Code)
DOCUMENT ME!
Parameters:
isSearchable_ -
setIsVisible
public
void setIsVisible(boolean isVisible_)
(Code)
DOCUMENT ME!
Parameters:
isVisible_ -
setIsVisible
public
void setIsVisible(
String
isVisible_)
(Code)
DOCUMENT ME!
Parameters:
isVisible_ -
setMaxLength
public
void setMaxLength(int maxLength_)
(Code)
DOCUMENT ME!
Parameters:
maxLength_ -
setMaxLength
public
void setMaxLength(
String
maxLength_)
(Code)
DOCUMENT ME!
Parameters:
maxLength_ -
setRowSpan
public
void setRowSpan(int rowSpan_)
(Code)
DOCUMENT ME!
Parameters:
rowSpan_ -
setRowSpan
public
void setRowSpan(
String
rowSpan_)
(Code)
DOCUMENT ME!
Parameters:
rowSpan_ -
setStartOnNewRow
public
void setStartOnNewRow(boolean startOnNewRow_)
(Code)
setStartOnNewRow
public
void setStartOnNewRow(
String
startOnNewRow_)
(Code)
DOCUMENT ME!
Parameters:
startOnNewRow_ -
setUiEntity
public
void setUiEntity(
UIEntity
uiEntity_)
(Code)
DOCUMENT ME!
Parameters:
uiEntity_ -
Methods inherited from
java.lang.Object
native
protected
Object
clone() throws
CloneNotSupportedException
(Code)
(Java Doc)
public
boolean equals(
Object
obj)
(Code)
(Java Doc)
protected
void finalize() throws
Throwable
(Code)
(Java Doc)
final native
public
Class
> getClass()
(Code)
(Java Doc)
native
public
int hashCode()
(Code)
(Java Doc)
final native
public
void notify()
(Code)
(Java Doc)
final native
public
void notifyAll()
(Code)
(Java Doc)
public
String
toString()
(Code)
(Java Doc)
final native
public
void wait(long timeout) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait(long timeout, int nanos) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait() throws
InterruptedException
(Code)
(Java Doc)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.