public class OwInsertLabelHelper extends Object
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Constructor and Description |
---|
OwInsertLabelHelper() |
Modifier and Type | Method and Description |
---|---|
static OwClass[] |
fromFieldValue(Object value_p,
OwFieldDefinition fieldDef_p) |
static void |
insertLabel(Writer w_p,
String strPlaceHolder_p,
String displayName,
OwView viewReference,
String styleClass) |
static void |
insertLabel(Writer w_p,
String displayName,
String strID_p,
String styleClass) |
static void |
insertLabelValue(Writer w_p,
String displayName,
String strID_p) |
static void |
insertLabelWithSuffix(Writer w_p,
String displayName,
String strID_p,
String suffix,
String styleClass) |
public static void insertLabelValue(Writer w_p, String displayName, String strID_p) throws IOException
IOException
public static void insertLabel(Writer w_p, String displayName, String strID_p, String styleClass) throws IOException
IOException
public static void insertLabelWithSuffix(Writer w_p, String displayName, String strID_p, String suffix, String styleClass) throws IOException
IOException
public static void insertLabel(Writer w_p, String strPlaceHolder_p, String displayName, OwView viewReference, String styleClass) throws Exception
Exception
public static OwClass[] fromFieldValue(Object value_p, OwFieldDefinition fieldDef_p) throws Exception
Exception
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.