Java Doc for Abbr.java in » IDE-Netbeans » visualweb.api.designer » org » netbeans » modules » visualweb » xhtml » 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
»
IDE Netbeans
»
visualweb.api.designer
»
org.netbeans.modules.visualweb.xhtml
Source Cross Reference
Class Diagram
Java Document (Java Doc)
org.netbeans.modules.visualweb.xhtml
.Object
org.netbeans.modules.visualweb.xhtml
.Abbr
Abbr
public
class Abbr
(Code)
Abbr
is generated from xhtml.rng by Relaxer. This class is derived from:
<element name="abbr"> <ref name="abbr.attlist"/> <ref name="Inline.model"/> </element>
version:
xhtml.rng (Tue Apr 20 01:31:09 PDT 2004)
author:
Relaxer 1.1b (http://www.relaxer.org)
Field Summary
final
public
static
String
DIR_LTR
final
public
static
String
DIR_RTL
Constructor Summary
public
Abbr
()
Creates a
Abbr
.
Method Summary
public
String
getClassValue
()
Gets the String property
classValue
.
public
String
getDir
()
Gets the String property
dir
.
public
String
getId
()
Gets the String property
id
.
public
String
getLang
()
Gets the java.util.Locale property
lang
.
public
String
getOnclick
()
Gets the String property
onclick
.
public
String
getOndblclick
()
Gets the String property
ondblclick
.
public
String
getOnkeydown
()
Gets the String property
onkeydown
.
public
String
getOnkeypress
()
Gets the String property
onkeypress
.
public
String
getOnkeyup
()
Gets the String property
onkeyup
.
public
String
getOnmousedown
()
Gets the String property
onmousedown
.
public
String
getOnmousemove
()
Gets the String property
onmousemove
.
public
String
getOnmouseout
()
Gets the String property
onmouseout
.
public
String
getOnmouseover
()
Gets the String property
onmouseover
.
public
String
getOnmouseup
()
Gets the String property
onmouseup
.
public
String
getStyle
()
Gets the String property
style
.
public
String
getTitle
()
Gets the String property
title
.
public
String
getXmlLang
()
Gets the java.util.Locale property
xmlLang
.
public
void
setClassValue
(
String
classValue)
Sets the String property
classValue
.
public
void
setDir
(
String
dir)
Sets the String property
dir
.
public
void
setId
(
String
id)
Sets the String property
id
.
public
void
setLang
(
String
lang)
Sets the java.util.Locale property
lang
.
public
void
setOnclick
(
String
onclick)
Sets the String property
onclick
.
public
void
setOndblclick
(
String
ondblclick)
Sets the String property
ondblclick
.
public
void
setOnkeydown
(
String
onkeydown)
Sets the String property
onkeydown
.
public
void
setOnkeypress
(
String
onkeypress)
Sets the String property
onkeypress
.
public
void
setOnkeyup
(
String
onkeyup)
Sets the String property
onkeyup
.
public
void
setOnmousedown
(
String
onmousedown)
Sets the String property
onmousedown
.
public
void
setOnmousemove
(
String
onmousemove)
Sets the String property
onmousemove
.
public
void
setOnmouseout
(
String
onmouseout)
Sets the String property
onmouseout
.
public
void
setOnmouseover
(
String
onmouseover)
Sets the String property
onmouseover
.
public
void
setOnmouseup
(
String
onmouseup)
Sets the String property
onmouseup
.
public
void
setStyle
(
String
style)
Sets the String property
style
.
public
void
setTitle
(
String
title)
Sets the String property
title
.
public
void
setXmlLang
(
String
xmlLang)
Sets the java.util.Locale property
xmlLang
.
Field Detail
DIR_LTR
final
public
static
String
DIR_LTR
(Code)
DIR_RTL
final
public
static
String
DIR_RTL
(Code)
Constructor Detail
Abbr
public
Abbr()
(Code)
Creates a
Abbr
.
Method Detail
getClassValue
public
String
getClassValue()
(Code)
Gets the String property
classValue
. String
getDir
public
String
getDir()
(Code)
Gets the String property
dir
. String
getId
public
String
getId()
(Code)
Gets the String property
id
. String
getLang
public
String
getLang()
(Code)
Gets the java.util.Locale property
lang
. java.util.Locale
getOnclick
public
String
getOnclick()
(Code)
Gets the String property
onclick
. String
getOndblclick
public
String
getOndblclick()
(Code)
Gets the String property
ondblclick
. String
getOnkeydown
public
String
getOnkeydown()
(Code)
Gets the String property
onkeydown
. String
getOnkeypress
public
String
getOnkeypress()
(Code)
Gets the String property
onkeypress
. String
getOnkeyup
public
String
getOnkeyup()
(Code)
Gets the String property
onkeyup
. String
getOnmousedown
public
String
getOnmousedown()
(Code)
Gets the String property
onmousedown
. String
getOnmousemove
public
String
getOnmousemove()
(Code)
Gets the String property
onmousemove
. String
getOnmouseout
public
String
getOnmouseout()
(Code)
Gets the String property
onmouseout
. String
getOnmouseover
public
String
getOnmouseover()
(Code)
Gets the String property
onmouseover
. String
getOnmouseup
public
String
getOnmouseup()
(Code)
Gets the String property
onmouseup
. String
getStyle
public
String
getStyle()
(Code)
Gets the String property
style
. String
getTitle
public
String
getTitle()
(Code)
Gets the String property
title
. String
getXmlLang
public
String
getXmlLang()
(Code)
Gets the java.util.Locale property
xmlLang
. java.util.Locale
setClassValue
public
void setClassValue(
String
classValue)
(Code)
Sets the String property
classValue
.
Parameters:
classValue -
setDir
public
void setDir(
String
dir)
(Code)
Sets the String property
dir
.
Parameters:
dir -
setId
public
void setId(
String
id)
(Code)
Sets the String property
id
.
Parameters:
id -
setLang
public
void setLang(
String
lang)
(Code)
Sets the java.util.Locale property
lang
.
Parameters:
lang -
setOnclick
public
void setOnclick(
String
onclick)
(Code)
Sets the String property
onclick
.
Parameters:
onclick -
setOndblclick
public
void setOndblclick(
String
ondblclick)
(Code)
Sets the String property
ondblclick
.
Parameters:
ondblclick -
setOnkeydown
public
void setOnkeydown(
String
onkeydown)
(Code)
Sets the String property
onkeydown
.
Parameters:
onkeydown -
setOnkeypress
public
void setOnkeypress(
String
onkeypress)
(Code)
Sets the String property
onkeypress
.
Parameters:
onkeypress -
setOnkeyup
public
void setOnkeyup(
String
onkeyup)
(Code)
Sets the String property
onkeyup
.
Parameters:
onkeyup -
setOnmousedown
public
void setOnmousedown(
String
onmousedown)
(Code)
Sets the String property
onmousedown
.
Parameters:
onmousedown -
setOnmousemove
public
void setOnmousemove(
String
onmousemove)
(Code)
Sets the String property
onmousemove
.
Parameters:
onmousemove -
setOnmouseout
public
void setOnmouseout(
String
onmouseout)
(Code)
Sets the String property
onmouseout
.
Parameters:
onmouseout -
setOnmouseover
public
void setOnmouseover(
String
onmouseover)
(Code)
Sets the String property
onmouseover
.
Parameters:
onmouseover -
setOnmouseup
public
void setOnmouseup(
String
onmouseup)
(Code)
Sets the String property
onmouseup
.
Parameters:
onmouseup -
setStyle
public
void setStyle(
String
style)
(Code)
Sets the String property
style
.
Parameters:
style -
setTitle
public
void setTitle(
String
title)
(Code)
Sets the String property
title
.
Parameters:
title -
setXmlLang
public
void setXmlLang(
String
xmlLang)
(Code)
Sets the java.util.Locale property
xmlLang
.
Parameters:
xmlLang -
Fields inherited from
org.netbeans.modules.visualweb.xhtml.Object
final
public
static
String
ALIGN_BOTTOM
(Code)
(Java Doc)
final
public
static
String
ALIGN_LEFT
(Code)
(Java Doc)
final
public
static
String
ALIGN_MIDDLE
(Code)
(Java Doc)
final
public
static
String
ALIGN_RIGHT
(Code)
(Java Doc)
final
public
static
String
ALIGN_TOP
(Code)
(Java Doc)
final
public
static
String
DECLARE_DECLARE
(Code)
(Java Doc)
final
public
static
String
DIR_LTR
(Code)
(Java Doc)
final
public
static
String
DIR_RTL
(Code)
(Java Doc)
Methods inherited from
org.netbeans.modules.visualweb.xhtml.Object
public
String
getAlign()
(Code)
(Java Doc)
public
String
getArchive()
(Code)
(Java Doc)
public
String
getBorder()
(Code)
(Java Doc)
public
String
getClassValue()
(Code)
(Java Doc)
public
String
getClassid()
(Code)
(Java Doc)
public
String
getCodebase()
(Code)
(Java Doc)
public
String
getCodetype()
(Code)
(Java Doc)
public
String
getData()
(Code)
(Java Doc)
public
String
getDeclare()
(Code)
(Java Doc)
public
String
getDir()
(Code)
(Java Doc)
public
String
getHeight()
(Code)
(Java Doc)
public
String
getHspace()
(Code)
(Java Doc)
public
String
getId()
(Code)
(Java Doc)
public
String
getLang()
(Code)
(Java Doc)
public
String
getName()
(Code)
(Java Doc)
public
String
getOnclick()
(Code)
(Java Doc)
public
String
getOndblclick()
(Code)
(Java Doc)
public
String
getOnkeydown()
(Code)
(Java Doc)
public
String
getOnkeypress()
(Code)
(Java Doc)
public
String
getOnkeyup()
(Code)
(Java Doc)
public
String
getOnmousedown()
(Code)
(Java Doc)
public
String
getOnmousemove()
(Code)
(Java Doc)
public
String
getOnmouseout()
(Code)
(Java Doc)
public
String
getOnmouseover()
(Code)
(Java Doc)
public
String
getOnmouseup()
(Code)
(Java Doc)
public
String
getStandby()
(Code)
(Java Doc)
public
String
getStyle()
(Code)
(Java Doc)
public
String
getTabindex()
(Code)
(Java Doc)
public
String
getTitle()
(Code)
(Java Doc)
public
String
getType()
(Code)
(Java Doc)
public
String
getUsemap()
(Code)
(Java Doc)
public
String
getVspace()
(Code)
(Java Doc)
public
String
getWidth()
(Code)
(Java Doc)
public
String
getXmlLang()
(Code)
(Java Doc)
public
void setAlign(
String
align)
(Code)
(Java Doc)
public
void setArchive(
String
archive)
(Code)
(Java Doc)
public
void setBorder(
String
border)
(Code)
(Java Doc)
public
void setClassValue(
String
classValue)
(Code)
(Java Doc)
public
void setClassid(
String
classid)
(Code)
(Java Doc)
public
void setCodebase(
String
codebase)
(Code)
(Java Doc)
public
void setCodetype(
String
codetype)
(Code)
(Java Doc)
public
void setData(
String
data)
(Code)
(Java Doc)
public
void setDeclare(
String
declare)
(Code)
(Java Doc)
public
void setDir(
String
dir)
(Code)
(Java Doc)
public
void setHeight(
String
height)
(Code)
(Java Doc)
public
void setHspace(
String
hspace)
(Code)
(Java Doc)
public
void setId(
String
id)
(Code)
(Java Doc)
public
void setLang(
String
lang)
(Code)
(Java Doc)
public
void setName(
String
name)
(Code)
(Java Doc)
public
void setOnclick(
String
onclick)
(Code)
(Java Doc)
public
void setOndblclick(
String
ondblclick)
(Code)
(Java Doc)
public
void setOnkeydown(
String
onkeydown)
(Code)
(Java Doc)
public
void setOnkeypress(
String
onkeypress)
(Code)
(Java Doc)
public
void setOnkeyup(
String
onkeyup)
(Code)
(Java Doc)
public
void setOnmousedown(
String
onmousedown)
(Code)
(Java Doc)
public
void setOnmousemove(
String
onmousemove)
(Code)
(Java Doc)
public
void setOnmouseout(
String
onmouseout)
(Code)
(Java Doc)
public
void setOnmouseover(
String
onmouseover)
(Code)
(Java Doc)
public
void setOnmouseup(
String
onmouseup)
(Code)
(Java Doc)
public
void setStandby(
String
standby)
(Code)
(Java Doc)
public
void setStyle(
String
style)
(Code)
(Java Doc)
public
void setTabindex(
String
tabindex)
(Code)
(Java Doc)
public
void setTitle(
String
title)
(Code)
(Java Doc)
public
void setType(
String
type)
(Code)
(Java Doc)
public
void setUsemap(
String
usemap)
(Code)
(Java Doc)
public
void setVspace(
String
vspace)
(Code)
(Java Doc)
public
void setWidth(
String
width)
(Code)
(Java Doc)
public
void setXmlLang(
String
xmlLang)
(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.