Skip navigation links
SPT Core API
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

N

name - Variable in class com.sptci.auth.AbstractPrincipal
The name of this principal instance.
name - Variable in class com.sptci.auth.Group
The name of the group
name - Variable in class com.sptci.CodeGenerator
The name of the class that is being generated.
name - Variable in class com.sptci.echo.binding.JDOMetaDataGenerator
The name of the class for which the meta-data is to be generated.
name - Variable in class com.sptci.echo.table.ColumnMetaData
The name of the column.
name - Variable in class com.sptci.echo2.binding.JDOMetaDataGenerator
The name of the class for which the meta-data is to be generated.
name - Variable in class com.sptci.echo2.table.ColumnMetaData
The name of the column.
name - Variable in class com.sptci.epng.editabletree.AddComponent
The component that is used to capture the name of the new node that is being created as a child of this node.
name - Variable in class com.sptci.epng.editabletree.DisplayComponent
The component that is used to display the name of the model object represented by this node.
name - Variable in class com.sptci.jdo.NameDescription
The name fulfilled by the person.
name - Variable in class com.sptci.jpa.NameDescription
The name fulfilled by the person.
name - Variable in class com.sptci.logging.HandlerSkeleton
 
NameDescription - Class in com.sptci.jdo
A JavaBean that represents a simple name and description pair.
NameDescription() - Constructor for class com.sptci.jdo.NameDescription
Default constructor.
NameDescription(String) - Constructor for class com.sptci.jdo.NameDescription
Create a new instance of the class with the specified values.
NameDescription(String, String) - Constructor for class com.sptci.jdo.NameDescription
Create a new instance of the class with the specified values.
NameDescription - Class in com.sptci.jpa
A JavaBean that represents a simple name and description pair.
NameDescription() - Constructor for class com.sptci.jpa.NameDescription
Default constructor.
NameDescription(String) - Constructor for class com.sptci.jpa.NameDescription
Create a new instance of the class with the specified values.
NameDescription(String, String) - Constructor for class com.sptci.jpa.NameDescription
Create a new instance of the class with the specified values.
nameMap - Variable in class com.sptci.echo.list.ListModel
A map used to quickly fetch index of value object by name.
nameMap - Variable in class com.sptci.echo2.ListModel
A map used to quickly fetch index of value object by name.
navigation - Variable in class com.sptci.echo.tree.filesystem.FileList
The table navigation component for paginating over the file list.
newApplicationInstance() - Method in class com.sptci.echo.http.Servlet
Implementation of mandatory method in WebContainerServlet.
newApplicationInstance() - Method in class com.sptci.echo2.http.Servlet
Implementation of mandatory method in WebContainerServlet.
newInstance(String, Object...) - Static method in class com.sptci.ReflectionUtility
Create a new instance of the specified class type using the specified parameters.
Next - Class in com.sptci.echo.style.button
The style class for the button that displays the First button in TableNavigation.
Next() - Constructor for class com.sptci.echo.style.button.Next
 
Next - Class in com.sptci.echo2.style.button
The style class for the button that displays the First button in TableNavigation.
Next() - Constructor for class com.sptci.echo2.style.button.Next
 
nextElement() - Method in class com.sptci.util.StaxParser
Skip to the next element in the XML being parsed.
NextListener() - Constructor for class com.sptci.echo.table.TableNavigation.NextListener
 
NextListener() - Constructor for class com.sptci.echo2.table.TableNavigation.NextListener
 
NextListener() - Constructor for class com.sptci.epng.table.TableNavigation.NextListener
 
No - Class in com.sptci.echo.style.button
The style class for the button that displays a tick/yes image.
No() - Constructor for class com.sptci.echo.style.button.No
 
No - Class in com.sptci.echo2.style.button
The style class for the button that displays a tick/yes image.
No() - Constructor for class com.sptci.echo2.style.button.No
 
NO_LISTENER - Static variable in annotation type com.sptci.echo.annotation.ActionListener
 
NO_LISTENER - Static variable in annotation type com.sptci.echo2.annotation.ActionListener
 
Node - Class in com.sptci.epng.editabletree
A custom component used to display the node name and controls.
Node() - Constructor for class com.sptci.epng.editabletree.Node
Create a new instance with no value for Node.treeable.
Node(Treeable) - Constructor for class com.sptci.epng.editabletree.Node
Create a new instance using the specified model object.
NonTransactionalJDOApplication - Class in com.sptci.echo2
An application class that maintains a JDO PersistenceManager for the lifecycle of the session.
NonTransactionalJDOApplication() - Constructor for class com.sptci.echo2.NonTransactionalJDOApplication
Default constructor.
notifyError(Throwable) - Method in interface com.sptci.HttpDownloadListener
Call-back method invoked when an exception is encountered.
notifyError(Throwable) - Method in class com.sptci.HttpDownloadListenerAdapter
 
notifyError(Throwable) - Method in class com.sptci.LoggingHttpDownloadListener
 
notifyFinished() - Method in interface com.sptci.HttpDownloadListener
Call-back method invoked to indicate that the contents were successfully downloaded from the server.
notifyFinished() - Method in class com.sptci.HttpDownloadListenerAdapter
 
notifyFinished() - Method in class com.sptci.LoggingHttpDownloadListener
 
notifyHeader(String, String) - Method in interface com.sptci.HttpDownloadListener
Call-back method with the name/value pair that makes up a HTTP header.
notifyHeader(String, String) - Method in class com.sptci.HttpDownloadListenerAdapter
 
notifyHeader(String, String) - Method in class com.sptci.LoggingHttpDownloadListener
 
notifyProgress(long) - Method in interface com.sptci.HttpDownloadListener
Call-back method with the number of bytes that have been read from the server.
notifyProgress(long) - Method in class com.sptci.HttpDownloadListenerAdapter
 
notifyProgress(long) - Method in class com.sptci.LoggingHttpDownloadListener
 
notifyResponseCode(int) - Method in interface com.sptci.HttpDownloadListener
Call-back method called with the HTTP response code returned by server.
notifyResponseCode(int) - Method in class com.sptci.HttpDownloadListenerAdapter
 
notifyResponseCode(int) - Method in class com.sptci.LoggingHttpDownloadListener
 
notifyResponseMessage(String) - Method in interface com.sptci.HttpDownloadListener
Call-back method called with the HTTP response message if any returned by the server.
notifyResponseMessage(String) - Method in class com.sptci.HttpDownloadListenerAdapter
 
notifyResponseMessage(String) - Method in class com.sptci.LoggingHttpDownloadListener
 
notifyStarted() - Method in interface com.sptci.HttpDownloadListener
Call-back method called when a connection to server is established.
notifyStarted() - Method in class com.sptci.HttpDownloadListenerAdapter
 
notifyStarted() - Method in class com.sptci.LoggingHttpDownloadListener
 
NULL - Static variable in annotation type com.sptci.echo.annotation.Columns.Field
A constant to represent null value as default.
NULL - Static variable in annotation type com.sptci.echo.annotation.Constraints
A constant to represent null value as default.
NULL - Static variable in annotation type com.sptci.echo.annotation.Style
A constant to represent null value.
NULL - Static variable in annotation type com.sptci.echo.annotation.Table
A constant to represent null value as default.
NULL - Static variable in annotation type com.sptci.echo2.annotation.Columns.Field
A constant to represent null value as default.
NULL - Static variable in annotation type com.sptci.echo2.annotation.Constraints
A constant to represent null value as default.
NULL - Static variable in annotation type com.sptci.echo2.annotation.Style
A constant to represent null value.
NULL - Static variable in annotation type com.sptci.echo2.annotation.Table
A constant to represent null value as default.
NULL - Static variable in annotation type com.sptci.jdo.annotation.Searchable
The default value for Searchable.members() indicating a null value.
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links
SPT Core API